#F15D39

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

Shades of Outrageous Orange #F15D39

Tints of Outrageous Orange #F15D39

Color information

#F15D39 (or 0xF15D39) is unknown color: approx Outrageous Orange. HEX triplet: F1, 5D and 39. RGB value is (241,93,57). Sum of RGB (Red+Green+Blue) = 241+93+57=391 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.64% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 57 (22.66% from 255 or 14.58% from 391); Max value from RGB is 241 - color contains mainly: red. Hex color #F15D39 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15D39 is #0EA2C6. Grayscale: #858585. Windows color (decimal): -959175 or 3759601. OLE color: 3759601.

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

Color convert

RGB2419357-
CMYK00.610.760.05
HSL11.74º86.79%58.43%-
HSV(B)11.74º76.35%94.51%-
XYZ40.9326.826.89-
YUV133.1585.03204.93-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 61.64%
GREEN value IS 93 (36.72% from 255) = 23.79%
BLUE value IS 57 (22.66% from 255) = 14.58%
R=61.64%
G=23.79%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241935700.610.760.0511.7486.7958.43
HexF15D3903D4C5c573a
Octal3611357107511451412772
Binary1111000110111011110010111101100110010111001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15D39; }

 p { color: rgb(241,93,57); }

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

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

 a { background-color: rgb(241,93,57); }

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

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

 span { border-color: rgb(241,93,57); }

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