#F55E33

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

Shades of Outrageous Orange #F55E33

Tints of Outrageous Orange #F55E33

Color information

#F55E33 (or 0xF55E33) is unknown color: approx Outrageous Orange. HEX triplet: F5, 5E and 33. RGB value is (245,94,51). Sum of RGB (Red+Green+Blue) = 245+94+51=390 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.82% from 390); Green value is 94 (37.11% from 255 or 24.10% from 390); Blue value is 51 (20.31% from 255 or 13.08% from 390); Max value from RGB is 245 - color contains mainly: red. Hex color #F55E33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55E33 is #0AA1CC. Grayscale: #868686. Windows color (decimal): -696781 or 3366645. OLE color: 3366645.

HSL color Cylindrical-coordinate representation of color #F55E33: hue angle of 13.3º 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 #F55E33 is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.04.

Color convert

RGB2459451-
CMYK00.620.790.04
HSL13.3º90.65%58.04%-
HSV(B)13.3º79.18%96.08%-
XYZ42.2627.666.24-
YUV134.2581.03207-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 62.82%
GREEN value IS 94 (37.11% from 255) = 24.10%
BLUE value IS 51 (20.31% from 255) = 13.08%
R=62.82%
G=24.10%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.79
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245945100.620.790.0413.390.6558.04
HexF55E3303E4F4d5b3a
Octal3651366307611741513372
Binary1111010110111101100110111110100111110011011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55E33; }

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

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

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

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

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

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

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

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