Html Css Color HEX #FC6418 Pumpkin

📋 copy color: '#FC6418'

red 252 ◦ green 100 ◦ blue 24

#FC6418
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pumpkin #FC6418

Tints of Pumpkin #FC6418

RGB

 RED value IS 252 (98.83% from 255) = 67.02%

 GREEN value IS 100 (39.45% from 255) = 26.6%

 BLUE value IS 24 (9.77% from 255) = 6.38%

R = 67.02%
G = 26.6%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC6418 (or 0xFC6418) is known color: Pumpkin. HEX triplet: FC, 64 and 18. RGB value is (252,100,24). Sum of RGB (Red+Green+Blue) = 252+100+24=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 24 (9.77% from 255 or 6.38% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6418 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6418 is #039BE7. Grayscale: #898989. Windows color (decimal): -236520 or 1598716. OLE color: 1598716.

HSL color Cylindrical-coordinate representation of color #FC6418: hue angle of 20º 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 #FC6418 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 100 24 -
CMYK 0 0.60 0.90 0.01
HSL 20º 0.97% 0.54% -
HSV(B) 20º 0.9% 0.99% -
XYZ 44.87 29.88 4.27 -
YUV 136.78 64.36 210.18 -
System Red Green Blue C M Y K H S L
Decimal 252 100 24 0 0.60 0.90 0.01 20 0.97 0.54
Hex FC 64 18 0 3C 5A 1 14 61 36
Octal 374 144 30 0 74 132 1 24 141 66
Binary 11111100 1100100 11000 0 111100 1011010 1 10100 1100001 110110

Color Harmonies of #FC6418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6418

Black with #FC6418

Text Example


Text Example

White with #FC6418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6418; }

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

 H1.HeaderClassName
 {
   color: #FC6418;
 }
 .AnyTagClassName
 {
   color: #FC6418;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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