Html Css Color HEX #FC5220 Outrageous Orange

📋 copy color: '#FC5220'

red 252 ◦ green 82 ◦ blue 32

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

Shades of Outrageous Orange #FC5220

Tints of Outrageous Orange #FC5220

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.4%

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

R = 68.85%
G = 22.4%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC5220 (or 0xFC5220) is known color: Outrageous Orange. HEX triplet: FC, 52 and 20. RGB value is (252,82,32). Sum of RGB (Red+Green+Blue) = 252+82+32=366 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.85% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 32 (12.89% from 255 or 8.74% from 366); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5220 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5220 is #03ADDF. Grayscale: #7F7F7F. Windows color (decimal): -241120 or 2118396. OLE color: 2118396.

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

Color convert

RGB 252 82 32 -
CMYK 0 0.67 0.87 0.01
HSL 13.64º 0.97% 0.56% -
HSV(B) 13.64º 0.87% 0.99% -
XYZ 43.42 26.83 4.26 -
YUV 127.13 74.32 217.07 -
System Red Green Blue C M Y K H S L
Decimal 252 82 32 0 0.67 0.87 0.01 13.64 0.97 0.56
Hex FC 52 20 0 43 57 1 E 61 38
Octal 374 122 40 0 103 127 1 16 141 70
Binary 11111100 1010010 100000 0 1000011 1010111 1 1110 1100001 111000

Color Harmonies of #FC5220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5220

Black with #FC5220

Text Example


Text Example

White with #FC5220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5220; }

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

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

background-color css

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

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

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

border-color css

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

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

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