Html Css Color HEX #FC8012 Pumpkin

📋 copy color: '#FC8012'

red 252 ◦ green 128 ◦ blue 18

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

Shades of Pumpkin #FC8012

Tints of Pumpkin #FC8012

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.16%

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

R = 63.32%
G = 32.16%
B = 4.52%

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

#FC8012 (or 0xFC8012) is known color: Pumpkin. HEX triplet: FC, 80 and 12. RGB value is (252,128,18). Sum of RGB (Red+Green+Blue) = 252+128+18=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 18 (7.42% from 255 or 4.52% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8012 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8012 is #037FED. Grayscale: #999999. Windows color (decimal): -229358 or 1212668. OLE color: 1212668.

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

Color convert

RGB 252 128 18 -
CMYK 0 0.49 0.93 0.01
HSL 28.21º 0.98% 0.53% -
HSV(B) 28.21º 0.93% 0.99% -
XYZ 47.97 36.18 5.03 -
YUV 152.54 52.08 198.94 -
System Red Green Blue C M Y K H S L
Decimal 252 128 18 0 0.49 0.93 0.01 28.21 0.98 0.53
Hex FC 80 12 0 31 5D 1 1C 62 35
Octal 374 200 22 0 61 135 1 34 142 65
Binary 11111100 10000000 10010 0 110001 1011101 1 11100 1100010 110101

Color Harmonies of #FC8012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8012

Black with #FC8012

Text Example


Text Example

White with #FC8012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8012; }

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

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

background-color css

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

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

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

border-color css

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

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

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