Shades of Orange Red #F9370B
Tints of Orange Red #F9370B
RGB
CMYK
RGB Variations
Color information
#F9370B (or 0xF9370B) is known color: Orange Red. HEX triplet: F9, 37 and 0B. RGB value is (249,55,11). Sum of RGB (Red+Green+Blue) = 249+55+11=315 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.05% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 249 - color contains mainly: red. Hex color #F9370B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9370B is #06C8F4. Grayscale: #6C6C6C. Windows color (decimal): -444661 or 735225. OLE color: 735225.
HSL color Cylindrical-coordinate representation of color #F9370B: hue angle of 11.09º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F9370B is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 55 | 11 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.02 |
| HSL | 11.09º | 0.95% | 0.51% | - |
| HSV(B) | 11.09º | 0.96% | 0.98% | - |
| XYZ | 40.49 | 22.9 | 2.6 | - |
| YUV | 107.99 | 73.27 | 228.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 55 | 11 | 0 | 0.78 | 0.96 | 0.02 | 11.09 | 0.95 | 0.51 |
| Hex | F9 | 37 | B | 0 | 4E | 60 | 2 | B | 5F | 33 |
| Octal | 371 | 67 | 13 | 0 | 116 | 140 | 2 | 13 | 137 | 63 |
| Binary | 11111001 | 110111 | 1011 | 0 | 1001110 | 1100000 | 10 | 1011 | 1011111 | 110011 |
Color Harmonies of #F9370B
Complementary color
Monochromatic Colors of #F9370B
Black with #F9370B
Text Example
Text Example
White with #F9370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9370B; }
p { color: rgb(249,55,11); }
H1.HeaderClassName
{
color: #F9370B;
}
.AnyTagClassName
{
color: #F9370B;
}
</style>
background-color css
<style>
a { background-color: #F9370B; }
a { background-color: rgb(249,55,11); }
div.DivClassName
{
background-color: #F9370B;
}
.BgClassName
{
background-color: #F9370B;
}
</style>
border-color css
<style>
span { border-color: #F9370B; }
span { border-color: rgb(249,55,11); }
td.TdClassName
{
border-color: #F9370B;
}
.TagClassName
{
border-color: #F9370B;
}
</style>