#F55F33

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

Shades of Outrageous Orange #F55F33

Tints of Outrageous Orange #F55F33

Color information

#F55F33 (or 0xF55F33) is unknown color: approx Outrageous Orange. HEX triplet: F5, 5F and 33. RGB value is (245,95,51). Sum of RGB (Red+Green+Blue) = 245+95+51=391 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.66% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 51 (20.31% from 255 or 13.04% from 391); Max value from RGB is 245 - color contains mainly: red. Hex color #F55F33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55F33 is #0AA0CC. Grayscale: #878787. Windows color (decimal): -696525 or 3366901. OLE color: 3366901.

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

Color convert

RGB2459551-
CMYK00.610.790.04
HSL13.61º90.65%58.04%-
HSV(B)13.61º79.18%96.08%-
XYZ42.3527.846.27-
YUV134.8380.7206.58-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 62.66%
GREEN value IS 95 (37.5% from 255) = 24.30%
BLUE value IS 51 (20.31% from 255) = 13.04%
R=62.66%
G=24.30%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.79
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245955100.610.790.0413.6190.6558.04
HexF55F3303D4F4e5b3a
Octal3651376307511741613372
Binary1111010110111111100110111101100111110011101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55F33; }

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

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

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

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

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

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

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

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