Html Css Color HEX #FC8215 Pumpkin

📋 copy color: '#FC8215'

red 252 ◦ green 130 ◦ blue 21

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

Shades of Pumpkin #FC8215

Tints of Pumpkin #FC8215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.21%

R = 62.53%
G = 32.26%
B = 5.21%

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

#FC8215 (or 0xFC8215) is known color: Pumpkin. HEX triplet: FC, 82 and 15. RGB value is (252,130,21). Sum of RGB (Red+Green+Blue) = 252+130+21=403 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.53% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 21 (8.59% from 255 or 5.21% from 403); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8215 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8215 is #037DEA. Grayscale: #9A9A9A. Windows color (decimal): -228843 or 1409788. OLE color: 1409788.

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

Color convert

RGB 252 130 21 -
CMYK 0 0.48 0.92 0.01
HSL 28.31º 0.97% 0.54% -
HSV(B) 28.31º 0.92% 0.99% -
XYZ 48.26 36.71 5.25 -
YUV 154.05 52.92 197.86 -
System Red Green Blue C M Y K H S L
Decimal 252 130 21 0 0.48 0.92 0.01 28.31 0.97 0.54
Hex FC 82 15 0 30 5C 1 1C 61 36
Octal 374 202 25 0 60 134 1 34 141 66
Binary 11111100 10000010 10101 0 110000 1011100 1 11100 1100001 110110

Color Harmonies of #FC8215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8215

Black with #FC8215

Text Example


Text Example

White with #FC8215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8215; }

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

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

background-color css

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

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

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

border-color css

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

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

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