Shades of Outrageous Orange #F05D1F
Tints of Outrageous Orange #F05D1F
RGB
CMYK
RGB Variations
Color information
#F05D1F (or 0xF05D1F) is known color: Outrageous Orange. HEX triplet: F0, 5D and 1F. RGB value is (240,93,31). Sum of RGB (Red+Green+Blue) = 240+93+31=364 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.93% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 31 (12.5% from 255 or 8.52% from 364); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05D1F is #0FA2E0. Grayscale: #828282. Windows color (decimal): -1024737 or 2055664. OLE color: 2055664.
HSL color Cylindrical-coordinate representation of color #F05D1F: hue angle of 17.8º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F05D1F is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 93 | 31 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.06 |
| HSL | 17.8º | 0.87% | 0.53% | - |
| HSV(B) | 17.8º | 0.87% | 0.94% | - |
| XYZ | 40.1 | 26.45 | 4.29 | - |
| YUV | 129.89 | 72.2 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 93 | 31 | 0 | 0.61 | 0.87 | 0.06 | 17.8 | 0.87 | 0.53 |
| Hex | F0 | 5D | 1F | 0 | 3D | 57 | 6 | 12 | 57 | 35 |
| Octal | 360 | 135 | 37 | 0 | 75 | 127 | 6 | 22 | 127 | 65 |
| Binary | 11110000 | 1011101 | 11111 | 0 | 111101 | 1010111 | 110 | 10010 | 1010111 | 110101 |
Color Harmonies of #F05D1F
Complementary color
Monochromatic Colors of #F05D1F
Black with #F05D1F
Text Example
Text Example
White with #F05D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05D1F; }
p { color: rgb(240,93,31); }
H1.HeaderClassName
{
color: #F05D1F;
}
.AnyTagClassName
{
color: #F05D1F;
}
</style>
background-color css
<style>
a { background-color: #F05D1F; }
a { background-color: rgb(240,93,31); }
div.DivClassName
{
background-color: #F05D1F;
}
.BgClassName
{
background-color: #F05D1F;
}
</style>
border-color css
<style>
span { border-color: #F05D1F; }
span { border-color: rgb(240,93,31); }
td.TdClassName
{
border-color: #F05D1F;
}
.TagClassName
{
border-color: #F05D1F;
}
</style>