#F88121

Color #F88121 Pumpkin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pumpkin #F88121

Tints of Pumpkin #F88121

Color information

#F88121 (or 0xF88121) is unknown color: approx Pumpkin. HEX triplet: F8, 81 and 21. RGB value is (248,129,33). Sum of RGB (Red+Green+Blue) = 248+129+33=410 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.49% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 33 (13.28% from 255 or 8.05% from 410); Max value from RGB is 248 - color contains mainly: red. Hex color #F88121 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F88121 is #077EDE. Grayscale: #9A9A9A. Windows color (decimal): -491231 or 2195960. OLE color: 2195960.

HSL color Cylindrical-coordinate representation of color #F88121: hue angle of 26.79º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F88121 is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB24812933-
CMYK00.480.870.03
HSL26.79º93.89%55.1%-
HSV(B)26.79º86.69%97.25%-
XYZ46.8435.775.87-
YUV153.6459.92195.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 60.49%
GREEN value IS 129 (50.78% from 255) = 31.46%
BLUE value IS 33 (13.28% from 255) = 8.05%
R=60.49%
G=31.46%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.87
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481293300.480.870.0326.7993.8955.1
HexF881210305731b5e37
Octal3702014106012733313667
Binary11111000100000011000010110000101011111110111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88121; }

 p { color: rgb(248,129,33); }

 H1.HeaderClassName
 {
   color: #F88121;
 }
 .AnyTagClassName
 {
   color: #F88121;
 }
</style>
background-color css

<style>
 a { background-color: #F88121; }

 a { background-color: rgb(248,129,33); }

 div.DivClassName
 {
   background-color: #F88121;
 }
 .BgClassName
 {
   background-color: #F88121;
 }
</style>
border-color css

<style>
 span { border-color: #F88121; }

 span { border-color: rgb(248,129,33); }

 td.TdClassName
 {
   border-color: #F88121;
 }
 .TagClassName
 {
   border-color: #F88121;
 }
</style>