Html Css Color HEX #FC7212 Pumpkin

📋 copy color: '#FC7212'

red 252 ◦ green 114 ◦ blue 18

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

Shades of Pumpkin #FC7212

Tints of Pumpkin #FC7212

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.69%

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

R = 65.63%
G = 29.69%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC7212 (or 0xFC7212) is known color: Pumpkin. HEX triplet: FC, 72 and 12. RGB value is (252,114,18). Sum of RGB (Red+Green+Blue) = 252+114+18=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 18 (7.42% from 255 or 4.69% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7212 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7212 is #038DED. Grayscale: #909090. Windows color (decimal): -232942 or 1209084. OLE color: 1209084.

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

Color convert

RGB 252 114 18 -
CMYK 0 0.55 0.93 0.01
HSL 24.62º 0.98% 0.53% -
HSV(B) 24.62º 0.93% 0.99% -
XYZ 46.27 32.77 4.46 -
YUV 144.32 56.72 204.81 -
System Red Green Blue C M Y K H S L
Decimal 252 114 18 0 0.55 0.93 0.01 24.62 0.98 0.53
Hex FC 72 12 0 37 5D 1 19 62 35
Octal 374 162 22 0 67 135 1 31 142 65
Binary 11111100 1110010 10010 0 110111 1011101 1 11001 1100010 110101

Color Harmonies of #FC7212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7212

Black with #FC7212

Text Example


Text Example

White with #FC7212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7212; }

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

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

background-color css

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

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

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

border-color css

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

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

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