Shades of Orange Red #FB3902
Tints of Orange Red #FB3902
RGB
CMYK
RGB Variations
Color information
#FB3902 (or 0xFB3902) is known color: Orange Red. HEX triplet: FB, 39 and 02. RGB value is (251,57,2). Sum of RGB (Red+Green+Blue) = 251+57+2=310 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.97% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3902 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3902 is #04C6FD. Grayscale: #6D6D6D. Windows color (decimal): -313086 or 145915. OLE color: 145915.
HSL color Cylindrical-coordinate representation of color #FB3902: hue angle of 13.25º 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 #FB3902 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 57 | 2 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.02 |
| HSL | 13.25º | 0.98% | 0.5% | - |
| HSV(B) | 13.25º | 0.99% | 0.98% | - |
| XYZ | 41.26 | 23.44 | 2.41 | - |
| YUV | 108.74 | 67.77 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 57 | 2 | 0 | 0.77 | 0.99 | 0.02 | 13.25 | 0.98 | 0.5 |
| Hex | FB | 39 | 2 | 0 | 4D | 63 | 2 | D | 62 | 32 |
| Octal | 373 | 71 | 2 | 0 | 115 | 143 | 2 | 15 | 142 | 62 |
| Binary | 11111011 | 111001 | 10 | 0 | 1001101 | 1100011 | 10 | 1101 | 1100010 | 110010 |
Color Harmonies of #FB3902
Complementary color
Monochromatic Colors of #FB3902
Black with #FB3902
Text Example
Text Example
White with #FB3902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3902; }
p { color: rgb(251,57,2); }
H1.HeaderClassName
{
color: #FB3902;
}
.AnyTagClassName
{
color: #FB3902;
}
</style>
background-color css
<style>
a { background-color: #FB3902; }
a { background-color: rgb(251,57,2); }
div.DivClassName
{
background-color: #FB3902;
}
.BgClassName
{
background-color: #FB3902;
}
</style>
border-color css
<style>
span { border-color: #FB3902; }
span { border-color: rgb(251,57,2); }
td.TdClassName
{
border-color: #FB3902;
}
.TagClassName
{
border-color: #FB3902;
}
</style>