Html Css Color HEX #FC8522 Pumpkin

📋 copy color: '#FC8522'

red 252 ◦ green 133 ◦ blue 34

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

Shades of Pumpkin #FC8522

Tints of Pumpkin #FC8522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.11%

R = 60.14%
G = 31.74%
B = 8.11%

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

#FC8522 (or 0xFC8522) is known color: Pumpkin. HEX triplet: FC, 85 and 22. RGB value is (252,133,34). Sum of RGB (Red+Green+Blue) = 252+133+34=419 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.14% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 34 (13.67% from 255 or 8.11% from 419); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8522 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8522 is #037ADD. Grayscale: #9D9D9D. Windows color (decimal): -228062 or 2262524. OLE color: 2262524.

HSL color Cylindrical-coordinate representation of color #FC8522: hue angle of 27.25º 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 #FC8522 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 133 34 -
CMYK 0 0.47 0.87 0.01
HSL 27.25º 0.97% 0.56% -
HSV(B) 27.25º 0.87% 0.99% -
XYZ 48.82 37.59 6.2 -
YUV 157.3 58.42 195.55 -
System Red Green Blue C M Y K H S L
Decimal 252 133 34 0 0.47 0.87 0.01 27.25 0.97 0.56
Hex FC 85 22 0 2F 57 1 1B 61 38
Octal 374 205 42 0 57 127 1 33 141 70
Binary 11111100 10000101 100010 0 101111 1010111 1 11011 1100001 111000

Color Harmonies of #FC8522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8522

Black with #FC8522

Text Example


Text Example

White with #FC8522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8522; }

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

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

background-color css

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

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

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

border-color css

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

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

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