#F55B2C

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

Shades of Outrageous Orange #F55B2C

Tints of Outrageous Orange #F55B2C

Color information

#F55B2C (or 0xF55B2C) is unknown color: approx Outrageous Orange. HEX triplet: F5, 5B and 2C. RGB value is (245,91,44). Sum of RGB (Red+Green+Blue) = 245+91+44=380 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.47% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 44 (17.58% from 255 or 11.58% from 380); Max value from RGB is 245 - color contains mainly: red. Hex color #F55B2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55B2C is #0AA4D3. Grayscale: #848484. Windows color (decimal): -697556 or 2907125. OLE color: 2907125.

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

Color convert

RGB2459144-
CMYK00.630.820.04
HSL14.03º90.95%56.67%-
HSV(B)14.03º82.04%96.08%-
XYZ41.8527.085.4-
YUV131.6978.52208.82-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 64.47%
GREEN value IS 91 (35.94% from 255) = 23.95%
BLUE value IS 44 (17.58% from 255) = 11.58%
R=64.47%
G=23.95%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.82
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245914400.630.820.0414.0390.9556.67
HexF55B2C03F524e5b39
Octal3651335407712241613371
Binary1111010110110111011000111111101001010011101011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55B2C; }

 p { color: rgb(245,91,44); }

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

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

 a { background-color: rgb(245,91,44); }

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

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

 span { border-color: rgb(245,91,44); }

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