Html Css Color HEX #FC8013 Pumpkin

📋 copy color: '#FC8013'

red 252 ◦ green 128 ◦ blue 19

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

Shades of Pumpkin #FC8013

Tints of Pumpkin #FC8013

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.08%

 BLUE value IS 19 (7.81% from 255) = 4.76%

R = 63.16%
G = 32.08%
B = 4.76%

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

#FC8013 (or 0xFC8013) is known color: Pumpkin. HEX triplet: FC, 80 and 13. RGB value is (252,128,19). Sum of RGB (Red+Green+Blue) = 252+128+19=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 19 (7.81% from 255 or 4.76% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8013 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8013 is #037FEC. Grayscale: #999999. Windows color (decimal): -229357 or 1278204. OLE color: 1278204.

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

Color convert

RGB 252 128 19 -
CMYK 0 0.49 0.92 0.01
HSL 28.07º 0.97% 0.53% -
HSV(B) 28.07º 0.92% 0.99% -
XYZ 47.98 36.18 5.07 -
YUV 152.65 52.58 198.86 -
System Red Green Blue C M Y K H S L
Decimal 252 128 19 0 0.49 0.92 0.01 28.07 0.97 0.53
Hex FC 80 13 0 31 5C 1 1C 61 35
Octal 374 200 23 0 61 134 1 34 141 65
Binary 11111100 10000000 10011 0 110001 1011100 1 11100 1100001 110101

Color Harmonies of #FC8013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8013

Black with #FC8013

Text Example


Text Example

White with #FC8013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8013; }

 p { color: rgb(252,128,19); }

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

background-color css

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

 a { background-color: rgb(252,128,19); }

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

border-color css

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

 span { border-color: rgb(252,128,19); }

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