Shades of Orange Red #F93B11
Tints of Orange Red #F93B11
RGB
CMYK
RGB Variations
Color information
#F93B11 (or 0xF93B11) is known color: Orange Red. HEX triplet: F9, 3B and 11. RGB value is (249,59,17). Sum of RGB (Red+Green+Blue) = 249+59+17=325 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.62% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 17 (7.03% from 255 or 5.23% from 325); Max value from RGB is 249 - color contains mainly: red. Hex color #F93B11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93B11 is #06C4EE. Grayscale: #6F6F6F. Windows color (decimal): -443631 or 1129465. OLE color: 1129465.
HSL color Cylindrical-coordinate representation of color #F93B11: hue angle of 10.86º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F93B11 is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 59 | 17 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.02 |
| HSL | 10.86º | 0.95% | 0.52% | - |
| HSV(B) | 10.86º | 0.93% | 0.98% | - |
| XYZ | 40.73 | 23.31 | 2.88 | - |
| YUV | 111.02 | 74.95 | 226.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 59 | 17 | 0 | 0.76 | 0.93 | 0.02 | 10.86 | 0.95 | 0.52 |
| Hex | F9 | 3B | 11 | 0 | 4C | 5D | 2 | B | 5F | 34 |
| Octal | 371 | 73 | 21 | 0 | 114 | 135 | 2 | 13 | 137 | 64 |
| Binary | 11111001 | 111011 | 10001 | 0 | 1001100 | 1011101 | 10 | 1011 | 1011111 | 110100 |
Color Harmonies of #F93B11
Complementary color
Monochromatic Colors of #F93B11
Black with #F93B11
Text Example
Text Example
White with #F93B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93B11; }
p { color: rgb(249,59,17); }
H1.HeaderClassName
{
color: #F93B11;
}
.AnyTagClassName
{
color: #F93B11;
}
</style>
background-color css
<style>
a { background-color: #F93B11; }
a { background-color: rgb(249,59,17); }
div.DivClassName
{
background-color: #F93B11;
}
.BgClassName
{
background-color: #F93B11;
}
</style>
border-color css
<style>
span { border-color: #F93B11; }
span { border-color: rgb(249,59,17); }
td.TdClassName
{
border-color: #F93B11;
}
.TagClassName
{
border-color: #F93B11;
}
</style>