Html Css Color HEX #FC7D12 Pumpkin

📋 copy color: '#FC7D12'

red 252 ◦ green 125 ◦ blue 18

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

Shades of Pumpkin #FC7D12

Tints of Pumpkin #FC7D12

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.65%

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

R = 63.8%
G = 31.65%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC7D12 (or 0xFC7D12) is known color: Pumpkin. HEX triplet: FC, 7D and 12. RGB value is (252,125,18). Sum of RGB (Red+Green+Blue) = 252+125+18=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 18 (7.42% from 255 or 4.56% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7D12 is #0382ED. Grayscale: #979797. Windows color (decimal): -230126 or 1211900. OLE color: 1211900.

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

Color convert

RGB 252 125 18 -
CMYK 0 0.50 0.93 0.01
HSL 27.44º 0.98% 0.53% -
HSV(B) 27.44º 0.93% 0.99% -
XYZ 47.59 35.41 4.9 -
YUV 150.78 53.08 200.2 -
System Red Green Blue C M Y K H S L
Decimal 252 125 18 0 0.50 0.93 0.01 27.44 0.98 0.53
Hex FC 7D 12 0 32 5D 1 1B 62 35
Octal 374 175 22 0 62 135 1 33 142 65
Binary 11111100 1111101 10010 0 110010 1011101 1 11011 1100010 110101

Color Harmonies of #FC7D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7D12

Black with #FC7D12

Text Example


Text Example

White with #FC7D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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