Shades of Safety Orange #FB680B
Tints of Safety Orange #FB680B
RGB
CMYK
RGB Variations
Color information
#FB680B (or 0xFB680B) is known color: Safety Orange. HEX triplet: FB, 68 and 0B. RGB value is (251,104,11). Sum of RGB (Red+Green+Blue) = 251+104+11=366 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.58% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 11 (4.69% from 255 or 3.01% from 366); Max value from RGB is 251 - color contains mainly: red. Hex color #FB680B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB680B is #0497F4. Grayscale: #898989. Windows color (decimal): -301045 or 747771. OLE color: 747771.
HSL color Cylindrical-coordinate representation of color #FB680B: hue angle of 23.25º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB680B is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 104 | 11 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.02 |
| HSL | 23.25º | 0.97% | 0.51% | - |
| HSV(B) | 23.25º | 0.96% | 0.98% | - |
| XYZ | 44.79 | 30.43 | 3.83 | - |
| YUV | 137.35 | 56.7 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 104 | 11 | 0 | 0.59 | 0.96 | 0.02 | 23.25 | 0.97 | 0.51 |
| Hex | FB | 68 | B | 0 | 3B | 60 | 2 | 17 | 61 | 33 |
| Octal | 373 | 150 | 13 | 0 | 73 | 140 | 2 | 27 | 141 | 63 |
| Binary | 11111011 | 1101000 | 1011 | 0 | 111011 | 1100000 | 10 | 10111 | 1100001 | 110011 |
Color Harmonies of #FB680B
Complementary color
Monochromatic Colors of #FB680B
Black with #FB680B
Text Example
Text Example
White with #FB680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB680B; }
p { color: rgb(251,104,11); }
H1.HeaderClassName
{
color: #FB680B;
}
.AnyTagClassName
{
color: #FB680B;
}
</style>
background-color css
<style>
a { background-color: #FB680B; }
a { background-color: rgb(251,104,11); }
div.DivClassName
{
background-color: #FB680B;
}
.BgClassName
{
background-color: #FB680B;
}
</style>
border-color css
<style>
span { border-color: #FB680B; }
span { border-color: rgb(251,104,11); }
td.TdClassName
{
border-color: #FB680B;
}
.TagClassName
{
border-color: #FB680B;
}
</style>