#FC6E18

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

Shades of Pumpkin #FC6E18

Tints of Pumpkin #FC6E18

Color information

#FC6E18 (or 0xFC6E18) is unknown color: approx Pumpkin. HEX triplet: FC, 6E and 18. RGB value is (252,110,24). Sum of RGB (Red+Green+Blue) = 252+110+24=386 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.28% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 24 (9.77% from 255 or 6.22% from 386); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6E18 is #0391E7. Grayscale: #8F8F8F. Windows color (decimal): -233960 or 1601276. OLE color: 1601276.

HSL color Cylindrical-coordinate representation of color #FC6E18: hue angle of 22.63º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC6E18 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB25211024-
CMYK00.560.900.01
HSL22.63º97.44%54.12%-
HSV(B)22.63º90.48%98.82%-
XYZ45.8931.914.61-
YUV142.6561.04205.99-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 65.28%
GREEN value IS 110 (43.36% from 255) = 28.50%
BLUE value IS 24 (9.77% from 255) = 6.22%
R=65.28%
G=28.50%
B=6.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.90
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521102400.560.900.0122.6397.4454.12
HexFC6E180385A1176136
Octal3741563007013212714166
Binary11111100110111011000011100010110101101111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6E18; }

 p { color: rgb(252,110,24); }

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

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

 a { background-color: rgb(252,110,24); }

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

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

 span { border-color: rgb(252,110,24); }

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