Html Css Color HEX #FC8118 Pumpkin

📋 copy color: '#FC8118'

red 252 ◦ green 129 ◦ blue 24

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

Shades of Pumpkin #FC8118

Tints of Pumpkin #FC8118

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.85%

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

R = 62.22%
G = 31.85%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC8118 (or 0xFC8118) is known color: Pumpkin. HEX triplet: FC, 81 and 18. RGB value is (252,129,24). Sum of RGB (Red+Green+Blue) = 252+129+24=405 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.22% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 24 (9.77% from 255 or 5.93% from 405); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8118 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8118 is #037EE7. Grayscale: #9A9A9A. Windows color (decimal): -229096 or 1606140. OLE color: 1606140.

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

Color convert

RGB 252 129 24 -
CMYK 0 0.49 0.90 0.01
HSL 27.63º 0.97% 0.54% -
HSV(B) 27.63º 0.9% 0.99% -
XYZ 48.16 36.46 5.36 -
YUV 153.81 54.75 198.04 -
System Red Green Blue C M Y K H S L
Decimal 252 129 24 0 0.49 0.90 0.01 27.63 0.97 0.54
Hex FC 81 18 0 31 5A 1 1C 61 36
Octal 374 201 30 0 61 132 1 34 141 66
Binary 11111100 10000001 11000 0 110001 1011010 1 11100 1100001 110110

Color Harmonies of #FC8118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8118

Black with #FC8118

Text Example


Text Example

White with #FC8118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8118; }

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

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

background-color css

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

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

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

border-color css

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

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

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