Shades of Orange Red #FB450A
Tints of Orange Red #FB450A
RGB
CMYK
RGB Variations
Color information
#FB450A (or 0xFB450A) is known color: Orange Red. HEX triplet: FB, 45 and 0A. RGB value is (251,69,10). Sum of RGB (Red+Green+Blue) = 251+69+10=330 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.06% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 10 (4.30% from 255 or 3.03% from 330); Max value from RGB is 251 - color contains mainly: red. Hex color #FB450A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB450A is #04BAF5. Grayscale: #757575. Windows color (decimal): -310006 or 673275. OLE color: 673275.
HSL color Cylindrical-coordinate representation of color #FB450A: hue angle of 14.69º 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 #FB450A is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 69 | 10 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.02 |
| HSL | 14.69º | 0.97% | 0.51% | - |
| HSV(B) | 14.69º | 0.96% | 0.98% | - |
| XYZ | 41.97 | 24.79 | 2.86 | - |
| YUV | 116.69 | 67.8 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 69 | 10 | 0 | 0.73 | 0.96 | 0.02 | 14.69 | 0.97 | 0.51 |
| Hex | FB | 45 | A | 0 | 49 | 60 | 2 | F | 61 | 33 |
| Octal | 373 | 105 | 12 | 0 | 111 | 140 | 2 | 17 | 141 | 63 |
| Binary | 11111011 | 1000101 | 1010 | 0 | 1001001 | 1100000 | 10 | 1111 | 1100001 | 110011 |
Color Harmonies of #FB450A
Complementary color
Monochromatic Colors of #FB450A
Black with #FB450A
Text Example
Text Example
White with #FB450A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB450A; }
p { color: rgb(251,69,10); }
H1.HeaderClassName
{
color: #FB450A;
}
.AnyTagClassName
{
color: #FB450A;
}
</style>
background-color css
<style>
a { background-color: #FB450A; }
a { background-color: rgb(251,69,10); }
div.DivClassName
{
background-color: #FB450A;
}
.BgClassName
{
background-color: #FB450A;
}
</style>
border-color css
<style>
span { border-color: #FB450A; }
span { border-color: rgb(251,69,10); }
td.TdClassName
{
border-color: #FB450A;
}
.TagClassName
{
border-color: #FB450A;
}
</style>