Html Css Color HEX #FC8114 Pumpkin

📋 copy color: '#FC8114'

red 252 ◦ green 129 ◦ blue 20

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

Shades of Pumpkin #FC8114

Tints of Pumpkin #FC8114

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.17%

 BLUE value IS 20 (8.2% from 255) = 4.99%

R = 62.84%
G = 32.17%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC8114 (or 0xFC8114) is known color: Pumpkin. HEX triplet: FC, 81 and 14. RGB value is (252,129,20). Sum of RGB (Red+Green+Blue) = 252+129+20=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 20 (8.20% from 255 or 4.99% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8114 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8114 is #037EEB. Grayscale: #999999. Windows color (decimal): -229100 or 1343996. OLE color: 1343996.

HSL color Cylindrical-coordinate representation of color #FC8114: hue angle of 28.19º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC8114 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 129 20 -
CMYK 0 0.49 0.92 0.01
HSL 28.19º 0.97% 0.53% -
HSV(B) 28.19º 0.92% 0.99% -
XYZ 48.12 36.45 5.16 -
YUV 153.35 52.75 198.36 -
System Red Green Blue C M Y K H S L
Decimal 252 129 20 0 0.49 0.92 0.01 28.19 0.97 0.53
Hex FC 81 14 0 31 5C 1 1C 61 35
Octal 374 201 24 0 61 134 1 34 141 65
Binary 11111100 10000001 10100 0 110001 1011100 1 11100 1100001 110101

Color Harmonies of #FC8114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8114

Black with #FC8114

Text Example


Text Example

White with #FC8114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8114; }

 p { color: rgb(252,129,20); }

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

background-color css

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

 a { background-color: rgb(252,129,20); }

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

border-color css

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

 span { border-color: rgb(252,129,20); }

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