Shades of Orange Red #FB4802
Tints of Orange Red #FB4802
RGB
CMYK
RGB Variations
Color information
#FB4802 (or 0xFB4802) is known color: Orange Red. HEX triplet: FB, 48 and 02. RGB value is (251,72,2). Sum of RGB (Red+Green+Blue) = 251+72+2=325 (43% of max value = 765). Red value is 251 (98.44% from 255 or 77.23% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4802 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4802 is #04B7FD. Grayscale: #767676. Windows color (decimal): -309246 or 149755. OLE color: 149755.
HSL color Cylindrical-coordinate representation of color #FB4802: hue angle of 16.87º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB4802 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 72 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.02 |
| HSL | 16.87º | 0.98% | 0.5% | - |
| HSV(B) | 16.87º | 0.99% | 0.98% | - |
| XYZ | 42.11 | 25.15 | 2.69 | - |
| YUV | 117.54 | 62.8 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 72 | 2 | 0 | 0.71 | 0.99 | 0.02 | 16.87 | 0.98 | 0.5 |
| Hex | FB | 48 | 2 | 0 | 47 | 63 | 2 | 11 | 62 | 32 |
| Octal | 373 | 110 | 2 | 0 | 107 | 143 | 2 | 21 | 142 | 62 |
| Binary | 11111011 | 1001000 | 10 | 0 | 1000111 | 1100011 | 10 | 10001 | 1100010 | 110010 |
Color Harmonies of #FB4802
Complementary color
Monochromatic Colors of #FB4802
Black with #FB4802
Text Example
Text Example
White with #FB4802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4802; }
p { color: rgb(251,72,2); }
H1.HeaderClassName
{
color: #FB4802;
}
.AnyTagClassName
{
color: #FB4802;
}
</style>
background-color css
<style>
a { background-color: #FB4802; }
a { background-color: rgb(251,72,2); }
div.DivClassName
{
background-color: #FB4802;
}
.BgClassName
{
background-color: #FB4802;
}
</style>
border-color css
<style>
span { border-color: #FB4802; }
span { border-color: rgb(251,72,2); }
td.TdClassName
{
border-color: #FB4802;
}
.TagClassName
{
border-color: #FB4802;
}
</style>