Html Css Color HEX #FC8227 Pumpkin

📋 copy color: '#FC8227'

red 252 ◦ green 130 ◦ blue 39

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

Shades of Pumpkin #FC8227

Tints of Pumpkin #FC8227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.26%

R = 59.86%
G = 30.88%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC8227 (or 0xFC8227) is known color: Pumpkin. HEX triplet: FC, 82 and 27. RGB value is (252,130,39). Sum of RGB (Red+Green+Blue) = 252+130+39=421 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.86% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 39 (15.62% from 255 or 9.26% from 421); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8227 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8227 is #037DD8. Grayscale: #9C9C9C. Windows color (decimal): -228825 or 2589436. OLE color: 2589436.

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

Color convert

RGB 252 130 39 -
CMYK 0 0.48 0.85 0.01
HSL 25.63º 0.97% 0.57% -
HSV(B) 25.63º 0.85% 0.99% -
XYZ 48.49 36.81 6.47 -
YUV 156.1 61.92 196.4 -
System Red Green Blue C M Y K H S L
Decimal 252 130 39 0 0.48 0.85 0.01 25.63 0.97 0.57
Hex FC 82 27 0 30 55 1 1A 61 39
Octal 374 202 47 0 60 125 1 32 141 71
Binary 11111100 10000010 100111 0 110000 1010101 1 11010 1100001 111001

Color Harmonies of #FC8227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8227

Black with #FC8227

Text Example


Text Example

White with #FC8227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8227; }

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

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

background-color css

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

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

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

border-color css

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

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

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