Shades of Outrageous Orange #F05A1E
Tints of Outrageous Orange #F05A1E
RGB
CMYK
RGB Variations
Color information
#F05A1E (or 0xF05A1E) is known color: Outrageous Orange. HEX triplet: F0, 5A and 1E. RGB value is (240,90,30). Sum of RGB (Red+Green+Blue) = 240+90+30=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 30 (12.11% from 255 or 8.33% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05A1E is #0FA5E1. Grayscale: #808080. Windows color (decimal): -1025506 or 1989360. OLE color: 1989360.
HSL color Cylindrical-coordinate representation of color #F05A1E: hue angle of 17.14º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F05A1E is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 90 | 30 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.06 |
| HSL | 17.14º | 0.88% | 0.53% | - |
| HSV(B) | 17.14º | 0.88% | 0.94% | - |
| XYZ | 39.83 | 25.93 | 4.13 | - |
| YUV | 128.01 | 72.7 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 90 | 30 | 0 | 0.62 | 0.87 | 0.06 | 17.14 | 0.88 | 0.53 |
| Hex | F0 | 5A | 1E | 0 | 3E | 57 | 6 | 11 | 58 | 35 |
| Octal | 360 | 132 | 36 | 0 | 76 | 127 | 6 | 21 | 130 | 65 |
| Binary | 11110000 | 1011010 | 11110 | 0 | 111110 | 1010111 | 110 | 10001 | 1011000 | 110101 |
Color Harmonies of #F05A1E
Complementary color
Monochromatic Colors of #F05A1E
Black with #F05A1E
Text Example
Text Example
White with #F05A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05A1E; }
p { color: rgb(240,90,30); }
H1.HeaderClassName
{
color: #F05A1E;
}
.AnyTagClassName
{
color: #F05A1E;
}
</style>
background-color css
<style>
a { background-color: #F05A1E; }
a { background-color: rgb(240,90,30); }
div.DivClassName
{
background-color: #F05A1E;
}
.BgClassName
{
background-color: #F05A1E;
}
</style>
border-color css
<style>
span { border-color: #F05A1E; }
span { border-color: rgb(240,90,30); }
td.TdClassName
{
border-color: #F05A1E;
}
.TagClassName
{
border-color: #F05A1E;
}
</style>