Html Css Color HEX #FC8520 Pumpkin

📋 copy color: '#FC8520'

red 252 ◦ green 133 ◦ blue 32

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

Shades of Pumpkin #FC8520

Tints of Pumpkin #FC8520

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.89%

 BLUE value IS 32 (12.89% from 255) = 7.67%

R = 60.43%
G = 31.89%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC8520 (or 0xFC8520) is known color: Pumpkin. HEX triplet: FC, 85 and 20. RGB value is (252,133,32). Sum of RGB (Red+Green+Blue) = 252+133+32=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 32 (12.89% from 255 or 7.67% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8520 is #037ADF. Grayscale: #9D9D9D. Windows color (decimal): -228064 or 2131452. OLE color: 2131452.

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

Color convert

RGB 252 133 32 -
CMYK 0 0.47 0.87 0.01
HSL 27.55º 0.97% 0.56% -
HSV(B) 27.55º 0.87% 0.99% -
XYZ 48.79 37.57 6.05 -
YUV 157.07 57.42 195.71 -
System Red Green Blue C M Y K H S L
Decimal 252 133 32 0 0.47 0.87 0.01 27.55 0.97 0.56
Hex FC 85 20 0 2F 57 1 1C 61 38
Octal 374 205 40 0 57 127 1 34 141 70
Binary 11111100 10000101 100000 0 101111 1010111 1 11100 1100001 111000

Color Harmonies of #FC8520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8520

Black with #FC8520

Text Example


Text Example

White with #FC8520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8520; }

 p { color: rgb(252,133,32); }

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

background-color css

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

 a { background-color: rgb(252,133,32); }

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

border-color css

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

 span { border-color: rgb(252,133,32); }

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