Html Css Color HEX #FC7012 Pumpkin

📋 copy color: '#FC7012'

red 252 ◦ green 112 ◦ blue 18

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

Shades of Pumpkin #FC7012

Tints of Pumpkin #FC7012

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.32%

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

R = 65.97%
G = 29.32%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC7012 (or 0xFC7012) is known color: Pumpkin. HEX triplet: FC, 70 and 12. RGB value is (252,112,18). Sum of RGB (Red+Green+Blue) = 252+112+18=382 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.97% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 18 (7.42% from 255 or 4.71% from 382); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7012 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7012 is #038FED. Grayscale: #8F8F8F. Windows color (decimal): -233454 or 1208572. OLE color: 1208572.

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

Color convert

RGB 252 112 18 -
CMYK 0 0.56 0.93 0.01
HSL 24.1º 0.98% 0.53% -
HSV(B) 24.1º 0.93% 0.99% -
XYZ 46.05 32.33 4.39 -
YUV 143.14 57.38 205.64 -
System Red Green Blue C M Y K H S L
Decimal 252 112 18 0 0.56 0.93 0.01 24.1 0.98 0.53
Hex FC 70 12 0 38 5D 1 18 62 35
Octal 374 160 22 0 70 135 1 30 142 65
Binary 11111100 1110000 10010 0 111000 1011101 1 11000 1100010 110101

Color Harmonies of #FC7012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7012

Black with #FC7012

Text Example


Text Example

White with #FC7012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7012; }

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

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

background-color css

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

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

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

border-color css

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

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

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