Html Css Color HEX #FC8229 Pumpkin

📋 copy color: '#FC8229'

red 252 ◦ green 130 ◦ blue 41

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

Shades of Pumpkin #FC8229

Tints of Pumpkin #FC8229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.69%

R = 59.57%
G = 30.73%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC8229 (or 0xFC8229) is known color: Pumpkin. HEX triplet: FC, 82 and 29. RGB value is (252,130,41). Sum of RGB (Red+Green+Blue) = 252+130+41=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 41 (16.41% from 255 or 9.69% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8229 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8229 is #037DD6. Grayscale: #9C9C9C. Windows color (decimal): -228823 or 2720508. OLE color: 2720508.

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

Color convert

RGB 252 130 41 -
CMYK 0 0.48 0.84 0.01
HSL 25.31º 0.97% 0.57% -
HSV(B) 25.31º 0.84% 0.99% -
XYZ 48.53 36.82 6.65 -
YUV 156.33 62.92 196.24 -
System Red Green Blue C M Y K H S L
Decimal 252 130 41 0 0.48 0.84 0.01 25.31 0.97 0.57
Hex FC 82 29 0 30 54 1 19 61 39
Octal 374 202 51 0 60 124 1 31 141 71
Binary 11111100 10000010 101001 0 110000 1010100 1 11001 1100001 111001

Color Harmonies of #FC8229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8229

Black with #FC8229

Text Example


Text Example

White with #FC8229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8229; }

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

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

background-color css

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

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

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

border-color css

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

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

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