Shades of Orange Red #FB4402
Tints of Orange Red #FB4402
RGB
CMYK
RGB Variations
Color information
#FB4402 (or 0xFB4402) is known color: Orange Red. HEX triplet: FB, 44 and 02. RGB value is (251,68,2). Sum of RGB (Red+Green+Blue) = 251+68+2=321 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.19% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4402 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4402 is #04BBFD. Grayscale: #737373. Windows color (decimal): -310270 or 148731. OLE color: 148731.
HSL color Cylindrical-coordinate representation of color #FB4402: hue angle of 15.9º 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 #FB4402 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 68 | 2 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.02 |
| HSL | 15.9º | 0.98% | 0.5% | - |
| HSV(B) | 15.9º | 0.99% | 0.98% | - |
| XYZ | 41.86 | 24.65 | 2.61 | - |
| YUV | 115.19 | 64.13 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 68 | 2 | 0 | 0.73 | 0.99 | 0.02 | 15.9 | 0.98 | 0.5 |
| Hex | FB | 44 | 2 | 0 | 49 | 63 | 2 | 10 | 62 | 32 |
| Octal | 373 | 104 | 2 | 0 | 111 | 143 | 2 | 20 | 142 | 62 |
| Binary | 11111011 | 1000100 | 10 | 0 | 1001001 | 1100011 | 10 | 10000 | 1100010 | 110010 |
Color Harmonies of #FB4402
Complementary color
Monochromatic Colors of #FB4402
Black with #FB4402
Text Example
Text Example
White with #FB4402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4402; }
p { color: rgb(251,68,2); }
H1.HeaderClassName
{
color: #FB4402;
}
.AnyTagClassName
{
color: #FB4402;
}
</style>
background-color css
<style>
a { background-color: #FB4402; }
a { background-color: rgb(251,68,2); }
div.DivClassName
{
background-color: #FB4402;
}
.BgClassName
{
background-color: #FB4402;
}
</style>
border-color css
<style>
span { border-color: #FB4402; }
span { border-color: rgb(251,68,2); }
td.TdClassName
{
border-color: #FB4402;
}
.TagClassName
{
border-color: #FB4402;
}
</style>