Html Css Color HEX #FC6612 Pumpkin

📋 copy color: '#FC6612'

red 252 ◦ green 102 ◦ blue 18

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

Shades of Pumpkin #FC6612

Tints of Pumpkin #FC6612

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.42%

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

R = 67.74%
G = 27.42%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC6612 (or 0xFC6612) is known color: Pumpkin. HEX triplet: FC, 66 and 12. RGB value is (252,102,18). Sum of RGB (Red+Green+Blue) = 252+102+18=372 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.74% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 18 (7.42% from 255 or 4.84% from 372); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6612 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6612 is #0399ED. Grayscale: #898989. Windows color (decimal): -236014 or 1206012. OLE color: 1206012.

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

Color convert

RGB 252 102 18 -
CMYK 0 0.60 0.93 0.01
HSL 21.54º 0.98% 0.53% -
HSV(B) 21.54º 0.93% 0.99% -
XYZ 45.01 30.24 4.04 -
YUV 137.27 60.7 209.83 -
System Red Green Blue C M Y K H S L
Decimal 252 102 18 0 0.60 0.93 0.01 21.54 0.98 0.53
Hex FC 66 12 0 3C 5D 1 16 62 35
Octal 374 146 22 0 74 135 1 26 142 65
Binary 11111100 1100110 10010 0 111100 1011101 1 10110 1100010 110101

Color Harmonies of #FC6612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6612

Black with #FC6612

Text Example


Text Example

White with #FC6612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6612; }

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

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

background-color css

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

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

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

border-color css

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

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

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