#F55B33

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

Shades of Outrageous Orange #F55B33

Tints of Outrageous Orange #F55B33

Color information

#F55B33 (or 0xF55B33) is unknown color: approx Outrageous Orange. HEX triplet: F5, 5B and 33. RGB value is (245,91,51). Sum of RGB (Red+Green+Blue) = 245+91+51=387 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.31% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 51 (20.31% from 255 or 13.18% from 387); Max value from RGB is 245 - color contains mainly: red. Hex color #F55B33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55B33 is #0AA4CC. Grayscale: #848484. Windows color (decimal): -697549 or 3365877. OLE color: 3365877.

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

Color convert

RGB2459151-
CMYK00.630.790.04
HSL12.37º90.65%58.04%-
HSV(B)12.37º79.18%96.08%-
XYZ41.9927.136.16-
YUV132.4982.02208.25-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 63.31%
GREEN value IS 91 (35.94% from 255) = 23.51%
BLUE value IS 51 (20.31% from 255) = 13.18%
R=63.31%
G=23.51%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.79
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245915100.630.790.0412.3790.6558.04
HexF55B3303F4F4c5b3a
Octal3651336307711741413372
Binary1111010110110111100110111111100111110011001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55B33; }

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

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

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

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

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

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

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

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