Html Css Color HEX #FC8218 Pumpkin

📋 copy color: '#FC8218'

red 252 ◦ green 130 ◦ blue 24

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

Shades of Pumpkin #FC8218

Tints of Pumpkin #FC8218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.91%

R = 62.07%
G = 32.02%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC8218 (or 0xFC8218) is known color: Pumpkin. HEX triplet: FC, 82 and 18. RGB value is (252,130,24). Sum of RGB (Red+Green+Blue) = 252+130+24=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 24 (9.77% from 255 or 5.91% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8218 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8218 is #037DE7. Grayscale: #9A9A9A. Windows color (decimal): -228840 or 1606396. OLE color: 1606396.

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

Color convert

RGB 252 130 24 -
CMYK 0 0.48 0.90 0.01
HSL 27.89º 0.97% 0.54% -
HSV(B) 27.89º 0.9% 0.99% -
XYZ 48.29 36.73 5.41 -
YUV 154.39 54.42 197.62 -
System Red Green Blue C M Y K H S L
Decimal 252 130 24 0 0.48 0.90 0.01 27.89 0.97 0.54
Hex FC 82 18 0 30 5A 1 1C 61 36
Octal 374 202 30 0 60 132 1 34 141 66
Binary 11111100 10000010 11000 0 110000 1011010 1 11100 1100001 110110

Color Harmonies of #FC8218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8218

Black with #FC8218

Text Example


Text Example

White with #FC8218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8218; }

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

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

background-color css

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

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

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

border-color css

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

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

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