Shades of Safety Orange #FB6902
Tints of Safety Orange #FB6902
RGB
CMYK
RGB Variations
Color information
#FB6902 (or 0xFB6902) is known color: Safety Orange. HEX triplet: FB, 69 and 02. RGB value is (251,105,2). Sum of RGB (Red+Green+Blue) = 251+105+2=358 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.11% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 2 (1.17% from 255 or 0.56% from 358); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6902 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6902 is #0496FD. Grayscale: #898989. Windows color (decimal): -300798 or 158203. OLE color: 158203.
HSL color Cylindrical-coordinate representation of color #FB6902: hue angle of 24.82º 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 #FB6902 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 105 | 2 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.02 |
| HSL | 24.82º | 0.98% | 0.5% | - |
| HSV(B) | 24.82º | 0.99% | 0.98% | - |
| XYZ | 44.85 | 30.62 | 3.6 | - |
| YUV | 136.91 | 51.87 | 209.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 105 | 2 | 0 | 0.58 | 0.99 | 0.02 | 24.82 | 0.98 | 0.5 |
| Hex | FB | 69 | 2 | 0 | 3A | 63 | 2 | 19 | 62 | 32 |
| Octal | 373 | 151 | 2 | 0 | 72 | 143 | 2 | 31 | 142 | 62 |
| Binary | 11111011 | 1101001 | 10 | 0 | 111010 | 1100011 | 10 | 11001 | 1100010 | 110010 |
Color Harmonies of #FB6902
Complementary color
Monochromatic Colors of #FB6902
Black with #FB6902
Text Example
Text Example
White with #FB6902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6902; }
p { color: rgb(251,105,2); }
H1.HeaderClassName
{
color: #FB6902;
}
.AnyTagClassName
{
color: #FB6902;
}
</style>
background-color css
<style>
a { background-color: #FB6902; }
a { background-color: rgb(251,105,2); }
div.DivClassName
{
background-color: #FB6902;
}
.BgClassName
{
background-color: #FB6902;
}
</style>
border-color css
<style>
span { border-color: #FB6902; }
span { border-color: rgb(251,105,2); }
td.TdClassName
{
border-color: #FB6902;
}
.TagClassName
{
border-color: #FB6902;
}
</style>