Html Css Color HEX #FC5A37 Outrageous Orange

📋 copy color: '#FC5A37'

red 252 ◦ green 90 ◦ blue 55

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

Shades of Outrageous Orange #FC5A37

Tints of Outrageous Orange #FC5A37

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.67%

 BLUE value IS 55 (21.88% from 255) = 13.85%

R = 63.48%
G = 22.67%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FC5A37 (or 0xFC5A37) is known color: Outrageous Orange. HEX triplet: FC, 5A and 37. RGB value is (252,90,55). Sum of RGB (Red+Green+Blue) = 252+90+55=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 55 (21.88% from 255 or 13.85% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5A37 is #03A5C8. Grayscale: #868686. Windows color (decimal): -239049 or 3627772. OLE color: 3627772.

HSL color Cylindrical-coordinate representation of color #FC5A37: hue angle of 10.66º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FC5A37 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 90 55 -
CMYK 0 0.64 0.78 0.01
HSL 10.66º 0.97% 0.6% -
HSV(B) 10.66º 0.78% 0.99% -
XYZ 44.49 28.28 6.73 -
YUV 134.45 83.17 211.85 -
System Red Green Blue C M Y K H S L
Decimal 252 90 55 0 0.64 0.78 0.01 10.66 0.97 0.6
Hex FC 5A 37 0 40 4E 1 B 61 3C
Octal 374 132 67 0 100 116 1 13 141 74
Binary 11111100 1011010 110111 0 1000000 1001110 1 1011 1100001 111100

Color Harmonies of #FC5A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A37

Black with #FC5A37

Text Example


Text Example

White with #FC5A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A37; }

 p { color: rgb(252,90,55); }

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

background-color css

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

 a { background-color: rgb(252,90,55); }

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

border-color css

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

 span { border-color: rgb(252,90,55); }

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