Shades of Orange Red #FB4502
Tints of Orange Red #FB4502
RGB
CMYK
RGB Variations
Color information
#FB4502 (or 0xFB4502) is known color: Orange Red. HEX triplet: FB, 45 and 02. RGB value is (251,69,2). Sum of RGB (Red+Green+Blue) = 251+69+2=322 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.95% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4502 is #04BAFD. Grayscale: #747474. Windows color (decimal): -310014 or 148987. OLE color: 148987.
HSL color Cylindrical-coordinate representation of color #FB4502: hue angle of 16.14º 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 #FB4502 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 69 | 2 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.02 |
| HSL | 16.14º | 0.98% | 0.5% | - |
| HSV(B) | 16.14º | 0.99% | 0.98% | - |
| XYZ | 41.92 | 24.77 | 2.63 | - |
| YUV | 115.78 | 63.8 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 69 | 2 | 0 | 0.73 | 0.99 | 0.02 | 16.14 | 0.98 | 0.5 |
| Hex | FB | 45 | 2 | 0 | 49 | 63 | 2 | 10 | 62 | 32 |
| Octal | 373 | 105 | 2 | 0 | 111 | 143 | 2 | 20 | 142 | 62 |
| Binary | 11111011 | 1000101 | 10 | 0 | 1001001 | 1100011 | 10 | 10000 | 1100010 | 110010 |
Color Harmonies of #FB4502
Complementary color
Monochromatic Colors of #FB4502
Black with #FB4502
Text Example
Text Example
White with #FB4502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4502; }
p { color: rgb(251,69,2); }
H1.HeaderClassName
{
color: #FB4502;
}
.AnyTagClassName
{
color: #FB4502;
}
</style>
background-color css
<style>
a { background-color: #FB4502; }
a { background-color: rgb(251,69,2); }
div.DivClassName
{
background-color: #FB4502;
}
.BgClassName
{
background-color: #FB4502;
}
</style>
border-color css
<style>
span { border-color: #FB4502; }
span { border-color: rgb(251,69,2); }
td.TdClassName
{
border-color: #FB4502;
}
.TagClassName
{
border-color: #FB4502;
}
</style>