#F15E32

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

Shades of Outrageous Orange #F15E32

Tints of Outrageous Orange #F15E32

Color information

#F15E32 (or 0xF15E32) is unknown color: approx Outrageous Orange. HEX triplet: F1, 5E and 32. RGB value is (241,94,50). Sum of RGB (Red+Green+Blue) = 241+94+50=385 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.60% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 241 - color contains mainly: red. Hex color #F15E32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15E32 is #0EA1CD. Grayscale: #858585. Windows color (decimal): -958926 or 3301105. OLE color: 3301105.

HSL color Cylindrical-coordinate representation of color #F15E32: hue angle of 13.82º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F15E32 is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB2419450-
CMYK00.610.790.05
HSL13.82º87.21%57.06%-
HSV(B)13.82º79.25%94.51%-
XYZ40.8526.946.06-
YUV132.9481.2205.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 62.60%
GREEN value IS 94 (37.11% from 255) = 24.42%
BLUE value IS 50 (19.92% from 255) = 12.99%
R=62.60%
G=24.42%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241945000.610.790.0513.8287.2157.06
HexF15E3203D4F5e5739
Octal3611366207511751612771
Binary1111000110111101100100111101100111110111101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15E32; }

 p { color: rgb(241,94,50); }

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

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

 a { background-color: rgb(241,94,50); }

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

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

 span { border-color: rgb(241,94,50); }

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