Shades of Orange Red #FB370A
Tints of Orange Red #FB370A
RGB
CMYK
RGB Variations
Color information
#FB370A (or 0xFB370A) is known color: Orange Red. HEX triplet: FB, 37 and 0A. RGB value is (251,55,10). Sum of RGB (Red+Green+Blue) = 251+55+10=316 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.43% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 10 (4.30% from 255 or 3.16% from 316); Max value from RGB is 251 - color contains mainly: red. Hex color #FB370A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB370A is #04C8F5. Grayscale: #6C6C6C. Windows color (decimal): -313590 or 669691. OLE color: 669691.
HSL color Cylindrical-coordinate representation of color #FB370A: hue angle of 11.2º degrees, saturation: 0.97, 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 #FB370A is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 55 | 10 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.02 |
| HSL | 11.2º | 0.97% | 0.51% | - |
| HSV(B) | 11.2º | 0.96% | 0.98% | - |
| XYZ | 41.2 | 23.26 | 2.61 | - |
| YUV | 108.47 | 72.43 | 229.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 55 | 10 | 0 | 0.78 | 0.96 | 0.02 | 11.2 | 0.97 | 0.51 |
| Hex | FB | 37 | A | 0 | 4E | 60 | 2 | B | 61 | 33 |
| Octal | 373 | 67 | 12 | 0 | 116 | 140 | 2 | 13 | 141 | 63 |
| Binary | 11111011 | 110111 | 1010 | 0 | 1001110 | 1100000 | 10 | 1011 | 1100001 | 110011 |
Color Harmonies of #FB370A
Complementary color
Monochromatic Colors of #FB370A
Black with #FB370A
Text Example
Text Example
White with #FB370A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB370A; }
p { color: rgb(251,55,10); }
H1.HeaderClassName
{
color: #FB370A;
}
.AnyTagClassName
{
color: #FB370A;
}
</style>
background-color css
<style>
a { background-color: #FB370A; }
a { background-color: rgb(251,55,10); }
div.DivClassName
{
background-color: #FB370A;
}
.BgClassName
{
background-color: #FB370A;
}
</style>
border-color css
<style>
span { border-color: #FB370A; }
span { border-color: rgb(251,55,10); }
td.TdClassName
{
border-color: #FB370A;
}
.TagClassName
{
border-color: #FB370A;
}
</style>