Html Css Color HEX #FC5020 Outrageous Orange

📋 copy color: '#FC5020'

red 252 ◦ green 80 ◦ blue 32

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

Shades of Outrageous Orange #FC5020

Tints of Outrageous Orange #FC5020

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.98%

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

R = 69.23%
G = 21.98%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC5020 (or 0xFC5020) is known color: Outrageous Orange. HEX triplet: FC, 50 and 20. RGB value is (252,80,32). Sum of RGB (Red+Green+Blue) = 252+80+32=364 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.23% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 32 (12.89% from 255 or 8.79% from 364); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5020 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5020 is #03AFDF. Grayscale: #7E7E7E. Windows color (decimal): -241632 or 2117884. OLE color: 2117884.

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

Color convert

RGB 252 80 32 -
CMYK 0 0.68 0.87 0.01
HSL 13.09º 0.97% 0.56% -
HSV(B) 13.09º 0.87% 0.99% -
XYZ 43.27 26.54 4.21 -
YUV 125.96 74.98 217.9 -
System Red Green Blue C M Y K H S L
Decimal 252 80 32 0 0.68 0.87 0.01 13.09 0.97 0.56
Hex FC 50 20 0 44 57 1 D 61 38
Octal 374 120 40 0 104 127 1 15 141 70
Binary 11111100 1010000 100000 0 1000100 1010111 1 1101 1100001 111000

Color Harmonies of #FC5020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5020

Black with #FC5020

Text Example


Text Example

White with #FC5020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5020; }

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

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

background-color css

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

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

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

border-color css

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

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

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