#F55A3C

Color #F55A3C Outrageous Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Outrageous Orange #F55A3C

Tints of Outrageous Orange #F55A3C

Color information

#F55A3C (or 0xF55A3C) is unknown color: approx Outrageous Orange. HEX triplet: F5, 5A and 3C. RGB value is (245,90,60). Sum of RGB (Red+Green+Blue) = 245+90+60=395 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.03% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 60 (23.83% from 255 or 15.19% from 395); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55A3C is #0AA5C3. Grayscale: #858585. Windows color (decimal): -697796 or 3955445. OLE color: 3955445.

HSL color Cylindrical-coordinate representation of color #F55A3C: hue angle of 9.73º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F55A3C is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB2459060-
CMYK00.630.760.04
HSL9.73º90.24%59.8%-
HSV(B)9.73º75.51%96.08%-
XYZ42.1327.057.28-
YUV132.9286.85207.94-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 62.03%
GREEN value IS 90 (35.55% from 255) = 22.78%
BLUE value IS 60 (23.83% from 255) = 15.19%
R=62.03%
G=22.78%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245906000.630.760.049.7390.2459.8
HexF55A3C03F4C4a5a3c
Octal3651327407711441213274
Binary1111010110110101111000111111100110010010101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55A3C; }

 p { color: rgb(245,90,60); }

 H1.HeaderClassName
 {
   color: #F55A3C;
 }
 .AnyTagClassName
 {
   color: #F55A3C;
 }
</style>
background-color css

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

 a { background-color: rgb(245,90,60); }

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

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

 span { border-color: rgb(245,90,60); }

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