Shades of Orange Red #F93B00
Tints of Orange Red #F93B00
RGB
CMYK
RGB Variations
Color information
#F93B00 (or 0xF93B00) is known color: Orange Red. HEX triplet: F9, 3B and 00. RGB value is (249,59,0). Sum of RGB (Red+Green+Blue) = 249+59+0=308 (40% of max value = 765). Red value is 249 (97.66% from 255 or 80.84% from 308); Green value is 59 (23.44% from 255 or 19.16% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 249 - color contains mainly: red. Hex color #F93B00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93B00 is #06C4FF. Grayscale: #6D6D6D. Windows color (decimal): -443648 or 15353. OLE color: 15353.
HSL color Cylindrical-coordinate representation of color #F93B00: hue angle of 14.22º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F93B00 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 59 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.02 |
| HSL | 14.22º | 1% | 0.49% | - |
| HSV(B) | 14.22º | 1% | 0.98% | - |
| XYZ | 40.63 | 23.27 | 2.35 | - |
| YUV | 109.08 | 66.45 | 227.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 59 | 0 | 0 | 0.76 | 1 | 0.02 | 14.22 | 1 | 0.49 |
| Hex | F9 | 3B | 0 | 0 | 4C | 64 | 2 | E | 64 | 31 |
| Octal | 371 | 73 | 0 | 0 | 114 | 144 | 2 | 16 | 144 | 61 |
| Binary | 11111001 | 111011 | 0 | 0 | 1001100 | 1100100 | 10 | 1110 | 1100100 | 110001 |
Color Harmonies of #F93B00
Complementary color
Monochromatic Colors of #F93B00
Black with #F93B00
Text Example
Text Example
White with #F93B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93B00; }
p { color: rgb(249,59,0); }
H1.HeaderClassName
{
color: #F93B00;
}
.AnyTagClassName
{
color: #F93B00;
}
</style>
background-color css
<style>
a { background-color: #F93B00; }
a { background-color: rgb(249,59,0); }
div.DivClassName
{
background-color: #F93B00;
}
.BgClassName
{
background-color: #F93B00;
}
</style>
border-color css
<style>
span { border-color: #F93B00; }
span { border-color: rgb(249,59,0); }
td.TdClassName
{
border-color: #F93B00;
}
.TagClassName
{
border-color: #F93B00;
}
</style>