Shades of Outrageous Orange #F05D2F
Tints of Outrageous Orange #F05D2F
RGB
CMYK
RGB Variations
Color information
#F05D2F (or 0xF05D2F) is known color: Outrageous Orange. HEX triplet: F0, 5D and 2F. RGB value is (240,93,47). Sum of RGB (Red+Green+Blue) = 240+93+47=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 93 (36.72% from 255 or 24.47% from 380); Blue value is 47 (18.75% from 255 or 12.37% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05D2F is #0FA2D0. Grayscale: #848484. Windows color (decimal): -1024721 or 3104240. OLE color: 3104240.
HSL color Cylindrical-coordinate representation of color #F05D2F: hue angle of 14.3º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F05D2F is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 93 | 47 | - |
| CMYK | 0 | 0.61 | 0.80 | 0.06 |
| HSL | 14.3º | 0.87% | 0.56% | - |
| HSV(B) | 14.3º | 0.8% | 0.94% | - |
| XYZ | 40.36 | 26.56 | 5.69 | - |
| YUV | 131.71 | 80.2 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 93 | 47 | 0 | 0.61 | 0.80 | 0.06 | 14.3 | 0.87 | 0.56 |
| Hex | F0 | 5D | 2F | 0 | 3D | 50 | 6 | E | 57 | 38 |
| Octal | 360 | 135 | 57 | 0 | 75 | 120 | 6 | 16 | 127 | 70 |
| Binary | 11110000 | 1011101 | 101111 | 0 | 111101 | 1010000 | 110 | 1110 | 1010111 | 111000 |
Color Harmonies of #F05D2F
Complementary color
Monochromatic Colors of #F05D2F
Black with #F05D2F
Text Example
Text Example
White with #F05D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05D2F; }
p { color: rgb(240,93,47); }
H1.HeaderClassName
{
color: #F05D2F;
}
.AnyTagClassName
{
color: #F05D2F;
}
</style>
background-color css
<style>
a { background-color: #F05D2F; }
a { background-color: rgb(240,93,47); }
div.DivClassName
{
background-color: #F05D2F;
}
.BgClassName
{
background-color: #F05D2F;
}
</style>
border-color css
<style>
span { border-color: #F05D2F; }
span { border-color: rgb(240,93,47); }
td.TdClassName
{
border-color: #F05D2F;
}
.TagClassName
{
border-color: #F05D2F;
}
</style>