Html Css Color HEX #FC8224 Pumpkin

📋 copy color: '#FC8224'

red 252 ◦ green 130 ◦ blue 36

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

Shades of Pumpkin #FC8224

Tints of Pumpkin #FC8224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.61%

R = 60.29%
G = 31.1%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC8224 (or 0xFC8224) is known color: Pumpkin. HEX triplet: FC, 82 and 24. RGB value is (252,130,36). Sum of RGB (Red+Green+Blue) = 252+130+36=418 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.29% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 36 (14.45% from 255 or 8.61% from 418); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8224 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8224 is #037DDB. Grayscale: #9C9C9C. Windows color (decimal): -228828 or 2392828. OLE color: 2392828.

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

Color convert

RGB 252 130 36 -
CMYK 0 0.48 0.86 0.01
HSL 26.11º 0.97% 0.56% -
HSV(B) 26.11º 0.86% 0.99% -
XYZ 48.45 36.79 6.22 -
YUV 155.76 60.42 196.64 -
System Red Green Blue C M Y K H S L
Decimal 252 130 36 0 0.48 0.86 0.01 26.11 0.97 0.56
Hex FC 82 24 0 30 56 1 1A 61 38
Octal 374 202 44 0 60 126 1 32 141 70
Binary 11111100 10000010 100100 0 110000 1010110 1 11010 1100001 111000

Color Harmonies of #FC8224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8224

Black with #FC8224

Text Example


Text Example

White with #FC8224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8224; }

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

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

background-color css

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

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

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

border-color css

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

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

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