Html Css Color HEX #FC8112 Pumpkin

📋 copy color: '#FC8112'

red 252 ◦ green 129 ◦ blue 18

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

Shades of Pumpkin #FC8112

Tints of Pumpkin #FC8112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.51%

R = 63.16%
G = 32.33%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC8112 (or 0xFC8112) is known color: Pumpkin. HEX triplet: FC, 81 and 12. RGB value is (252,129,18). Sum of RGB (Red+Green+Blue) = 252+129+18=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 18 (7.42% from 255 or 4.51% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8112 is #037EED. Grayscale: #999999. Windows color (decimal): -229102 or 1212924. OLE color: 1212924.

HSL color Cylindrical-coordinate representation of color #FC8112: hue angle of 28.46º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC8112 is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 129 18 -
CMYK 0 0.49 0.93 0.01
HSL 28.46º 0.98% 0.53% -
HSV(B) 28.46º 0.93% 0.99% -
XYZ 48.1 36.44 5.07 -
YUV 153.12 51.75 198.53 -
System Red Green Blue C M Y K H S L
Decimal 252 129 18 0 0.49 0.93 0.01 28.46 0.98 0.53
Hex FC 81 12 0 31 5D 1 1C 62 35
Octal 374 201 22 0 61 135 1 34 142 65
Binary 11111100 10000001 10010 0 110001 1011101 1 11100 1100010 110101

Color Harmonies of #FC8112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8112

Black with #FC8112

Text Example


Text Example

White with #FC8112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8112; }

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

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

background-color css

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

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

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

border-color css

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

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

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