#F15F20

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

Shades of Outrageous Orange #F15F20

Tints of Outrageous Orange #F15F20

Color information

#F15F20 (or 0xF15F20) is unknown color: approx Outrageous Orange. HEX triplet: F1, 5F and 20. RGB value is (241,95,32). Sum of RGB (Red+Green+Blue) = 241+95+32=368 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.49% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 32 (12.89% from 255 or 8.70% from 368); Max value from RGB is 241 - color contains mainly: red. Hex color #F15F20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15F20 is #0EA0DF. Grayscale: #838383. Windows color (decimal): -958688 or 2121713. OLE color: 2121713.

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

Color convert

RGB2419532-
CMYK00.610.870.05
HSL18.09º88.19%53.53%-
HSV(B)18.09º86.72%94.51%-
XYZ40.6326.994.43-
YUV131.4771.87206.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 65.49%
GREEN value IS 95 (37.5% from 255) = 25.82%
BLUE value IS 32 (12.89% from 255) = 8.70%
R=65.49%
G=25.82%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.87
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241953200.610.870.0518.0988.1953.53
HexF15F2003D575125836
Octal3611374007512752213066
Binary11110001101111110000001111011010111101100101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15F20; }

 p { color: rgb(241,95,32); }

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

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

 a { background-color: rgb(241,95,32); }

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

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

 span { border-color: rgb(241,95,32); }

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