Html Css Color HEX #FC5920 Outrageous Orange

📋 copy color: '#FC5920'

red 252 ◦ green 89 ◦ blue 32

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

Shades of Outrageous Orange #FC5920

Tints of Outrageous Orange #FC5920

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.86%

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

R = 67.56%
G = 23.86%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC5920 (or 0xFC5920) is known color: Outrageous Orange. HEX triplet: FC, 59 and 20. RGB value is (252,89,32). Sum of RGB (Red+Green+Blue) = 252+89+32=373 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.56% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 32 (12.89% from 255 or 8.58% from 373); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5920 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5920 is #03A6DF. Grayscale: #838383. Windows color (decimal): -239328 or 2120188. OLE color: 2120188.

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

Color convert

RGB 252 89 32 -
CMYK 0 0.65 0.87 0.01
HSL 15.55º 0.97% 0.56% -
HSV(B) 15.55º 0.87% 0.99% -
XYZ 43.98 27.94 4.44 -
YUV 131.24 72 214.13 -
System Red Green Blue C M Y K H S L
Decimal 252 89 32 0 0.65 0.87 0.01 15.55 0.97 0.56
Hex FC 59 20 0 41 57 1 10 61 38
Octal 374 131 40 0 101 127 1 20 141 70
Binary 11111100 1011001 100000 0 1000001 1010111 1 10000 1100001 111000

Color Harmonies of #FC5920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5920

Black with #FC5920

Text Example


Text Example

White with #FC5920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5920; }

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

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

background-color css

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

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

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

border-color css

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

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

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