Shades of Outrageous Orange #F05D2D
Tints of Outrageous Orange #F05D2D
RGB
CMYK
RGB Variations
Color information
#F05D2D (or 0xF05D2D) is known color: Outrageous Orange. HEX triplet: F0, 5D and 2D. RGB value is (240,93,45). Sum of RGB (Red+Green+Blue) = 240+93+45=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 45 (17.97% from 255 or 11.90% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05D2D is #0FA2D2. Grayscale: #838383. Windows color (decimal): -1024723 or 2973168. OLE color: 2973168.
HSL color Cylindrical-coordinate representation of color #F05D2D: hue angle of 14.77º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F05D2D is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 93 | 45 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.06 |
| HSL | 14.77º | 0.87% | 0.56% | - |
| HSV(B) | 14.77º | 0.81% | 0.94% | - |
| XYZ | 40.32 | 26.54 | 5.48 | - |
| YUV | 131.48 | 79.2 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 93 | 45 | 0 | 0.61 | 0.81 | 0.06 | 14.77 | 0.87 | 0.56 |
| Hex | F0 | 5D | 2D | 0 | 3D | 51 | 6 | F | 57 | 38 |
| Octal | 360 | 135 | 55 | 0 | 75 | 121 | 6 | 17 | 127 | 70 |
| Binary | 11110000 | 1011101 | 101101 | 0 | 111101 | 1010001 | 110 | 1111 | 1010111 | 111000 |
Color Harmonies of #F05D2D
Complementary color
Monochromatic Colors of #F05D2D
Black with #F05D2D
Text Example
Text Example
White with #F05D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05D2D; }
p { color: rgb(240,93,45); }
H1.HeaderClassName
{
color: #F05D2D;
}
.AnyTagClassName
{
color: #F05D2D;
}
</style>
background-color css
<style>
a { background-color: #F05D2D; }
a { background-color: rgb(240,93,45); }
div.DivClassName
{
background-color: #F05D2D;
}
.BgClassName
{
background-color: #F05D2D;
}
</style>
border-color css
<style>
span { border-color: #F05D2D; }
span { border-color: rgb(240,93,45); }
td.TdClassName
{
border-color: #F05D2D;
}
.TagClassName
{
border-color: #F05D2D;
}
</style>