Shades of Safety Orange #FB680A
Tints of Safety Orange #FB680A
RGB
CMYK
RGB Variations
Color information
#FB680A (or 0xFB680A) is known color: Safety Orange. HEX triplet: FB, 68 and 0A. RGB value is (251,104,10). Sum of RGB (Red+Green+Blue) = 251+104+10=365 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.77% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 10 (4.30% from 255 or 2.74% from 365); Max value from RGB is 251 - color contains mainly: red. Hex color #FB680A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB680A is #0497F5. Grayscale: #898989. Windows color (decimal): -301046 or 682235. OLE color: 682235.
HSL color Cylindrical-coordinate representation of color #FB680A: hue angle of 23.4º 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 #FB680A is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 104 | 10 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.02 |
| HSL | 23.4º | 0.97% | 0.51% | - |
| HSV(B) | 23.4º | 0.96% | 0.98% | - |
| XYZ | 44.79 | 30.43 | 3.8 | - |
| YUV | 137.24 | 56.2 | 209.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 104 | 10 | 0 | 0.59 | 0.96 | 0.02 | 23.4 | 0.97 | 0.51 |
| Hex | FB | 68 | A | 0 | 3B | 60 | 2 | 17 | 61 | 33 |
| Octal | 373 | 150 | 12 | 0 | 73 | 140 | 2 | 27 | 141 | 63 |
| Binary | 11111011 | 1101000 | 1010 | 0 | 111011 | 1100000 | 10 | 10111 | 1100001 | 110011 |
Color Harmonies of #FB680A
Complementary color
Monochromatic Colors of #FB680A
Black with #FB680A
Text Example
Text Example
White with #FB680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB680A; }
p { color: rgb(251,104,10); }
H1.HeaderClassName
{
color: #FB680A;
}
.AnyTagClassName
{
color: #FB680A;
}
</style>
background-color css
<style>
a { background-color: #FB680A; }
a { background-color: rgb(251,104,10); }
div.DivClassName
{
background-color: #FB680A;
}
.BgClassName
{
background-color: #FB680A;
}
</style>
border-color css
<style>
span { border-color: #FB680A; }
span { border-color: rgb(251,104,10); }
td.TdClassName
{
border-color: #FB680A;
}
.TagClassName
{
border-color: #FB680A;
}
</style>