Html Css Color HEX #FC8213 Pumpkin

📋 copy color: '#FC8213'

red 252 ◦ green 130 ◦ blue 19

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

Shades of Pumpkin #FC8213

Tints of Pumpkin #FC8213

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.42%

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

R = 62.84%
G = 32.42%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC8213 (or 0xFC8213) is known color: Pumpkin. HEX triplet: FC, 82 and 13. RGB value is (252,130,19). Sum of RGB (Red+Green+Blue) = 252+130+19=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 19 (7.81% from 255 or 4.74% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8213 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8213 is #037DEC. Grayscale: #9A9A9A. Windows color (decimal): -228845 or 1278716. OLE color: 1278716.

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

Color convert

RGB 252 130 19 -
CMYK 0 0.48 0.92 0.01
HSL 28.58º 0.97% 0.53% -
HSV(B) 28.58º 0.92% 0.99% -
XYZ 48.25 36.71 5.16 -
YUV 153.82 51.92 198.03 -
System Red Green Blue C M Y K H S L
Decimal 252 130 19 0 0.48 0.92 0.01 28.58 0.97 0.53
Hex FC 82 13 0 30 5C 1 1D 61 35
Octal 374 202 23 0 60 134 1 35 141 65
Binary 11111100 10000010 10011 0 110000 1011100 1 11101 1100001 110101

Color Harmonies of #FC8213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8213

Black with #FC8213

Text Example


Text Example

White with #FC8213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8213; }

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

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

background-color css

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

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

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

border-color css

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

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

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