#F55E29

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

Shades of Outrageous Orange #F55E29

Tints of Outrageous Orange #F55E29

Color information

#F55E29 (or 0xF55E29) is unknown color: approx Outrageous Orange. HEX triplet: F5, 5E and 29. RGB value is (245,94,41). Sum of RGB (Red+Green+Blue) = 245+94+41=380 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.47% from 380); Green value is 94 (37.11% from 255 or 24.74% from 380); Blue value is 41 (16.41% from 255 or 10.79% from 380); Max value from RGB is 245 - color contains mainly: red. Hex color #F55E29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55E29 is #0AA1D6. Grayscale: #858585. Windows color (decimal): -696791 or 2711285. OLE color: 2711285.

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

Color convert

RGB2459441-
CMYK00.620.830.04
HSL15.59º91.07%56.08%-
HSV(B)15.59º83.27%96.08%-
XYZ42.0627.585.2-
YUV133.1176.03207.81-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 64.47%
GREEN value IS 94 (37.11% from 255) = 24.74%
BLUE value IS 41 (16.41% from 255) = 10.79%
R=64.47%
G=24.74%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.83
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245944100.620.830.0415.5991.0756.08
HexF55E2903E534105b38
Octal3651365107612342013370
Binary11110101101111010100101111101010011100100001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55E29; }

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

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

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

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

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

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

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

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