#F15B21

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

Shades of Outrageous Orange #F15B21

Tints of Outrageous Orange #F15B21

Color information

#F15B21 (or 0xF15B21) is unknown color: approx Outrageous Orange. HEX triplet: F1, 5B and 21. RGB value is (241,91,33). Sum of RGB (Red+Green+Blue) = 241+91+33=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 33 (13.28% from 255 or 9.04% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F15B21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15B21 is #0EA4DE. Grayscale: #818181. Windows color (decimal): -959711 or 2186225. OLE color: 2186225.

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

Color convert

RGB2419133-
CMYK00.620.860.05
HSL16.73º88.14%53.73%-
HSV(B)16.73º86.31%94.51%-
XYZ40.2926.294.39-
YUV129.2473.69207.72-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 66.03%
GREEN value IS 91 (35.94% from 255) = 24.93%
BLUE value IS 33 (13.28% from 255) = 9.04%
R=66.03%
G=24.93%
B=9.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.86
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241913300.620.860.0516.7388.1453.73
HexF15B2103E565115836
Octal3611334107612652113066
Binary11110001101101110000101111101010110101100011011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15B21; }

 p { color: rgb(241,91,33); }

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

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

 a { background-color: rgb(241,91,33); }

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

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

 span { border-color: rgb(241,91,33); }

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