Html Css Color HEX #FC5520 Outrageous Orange

📋 copy color: '#FC5520'

red 252 ◦ green 85 ◦ blue 32

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

Shades of Outrageous Orange #FC5520

Tints of Outrageous Orange #FC5520

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.04%

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

R = 68.29%
G = 23.04%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC5520 (or 0xFC5520) is known color: Outrageous Orange. HEX triplet: FC, 55 and 20. RGB value is (252,85,32). Sum of RGB (Red+Green+Blue) = 252+85+32=369 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.29% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5520 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5520 is #03AADF. Grayscale: #818181. Windows color (decimal): -240352 or 2119164. OLE color: 2119164.

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

Color convert

RGB 252 85 32 -
CMYK 0 0.66 0.87 0.01
HSL 14.45º 0.97% 0.56% -
HSV(B) 14.45º 0.87% 0.99% -
XYZ 43.65 27.3 4.33 -
YUV 128.89 73.33 215.81 -
System Red Green Blue C M Y K H S L
Decimal 252 85 32 0 0.66 0.87 0.01 14.45 0.97 0.56
Hex FC 55 20 0 42 57 1 E 61 38
Octal 374 125 40 0 102 127 1 16 141 70
Binary 11111100 1010101 100000 0 1000010 1010111 1 1110 1100001 111000

Color Harmonies of #FC5520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5520

Black with #FC5520

Text Example


Text Example

White with #FC5520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5520; }

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

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

background-color css

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

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

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

border-color css

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

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

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