Shades of Safety Orange #FB6F0A
Tints of Safety Orange #FB6F0A
RGB
CMYK
RGB Variations
Color information
#FB6F0A (or 0xFB6F0A) is known color: Safety Orange. HEX triplet: FB, 6F and 0A. RGB value is (251,111,10). Sum of RGB (Red+Green+Blue) = 251+111+10=372 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.47% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 10 (4.30% from 255 or 2.69% from 372); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6F0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6F0A is #0490F5. Grayscale: #8D8D8D. Windows color (decimal): -299254 or 684027. OLE color: 684027.
HSL color Cylindrical-coordinate representation of color #FB6F0A: hue angle of 25.15º 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 #FB6F0A is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 111 | 10 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.02 |
| HSL | 25.15º | 0.97% | 0.51% | - |
| HSV(B) | 25.15º | 0.96% | 0.98% | - |
| XYZ | 45.52 | 31.9 | 4.05 | - |
| YUV | 141.35 | 53.88 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 111 | 10 | 0 | 0.56 | 0.96 | 0.02 | 25.15 | 0.97 | 0.51 |
| Hex | FB | 6F | A | 0 | 38 | 60 | 2 | 19 | 61 | 33 |
| Octal | 373 | 157 | 12 | 0 | 70 | 140 | 2 | 31 | 141 | 63 |
| Binary | 11111011 | 1101111 | 1010 | 0 | 111000 | 1100000 | 10 | 11001 | 1100001 | 110011 |
Color Harmonies of #FB6F0A
Complementary color
Monochromatic Colors of #FB6F0A
Black with #FB6F0A
Text Example
Text Example
White with #FB6F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6F0A; }
p { color: rgb(251,111,10); }
H1.HeaderClassName
{
color: #FB6F0A;
}
.AnyTagClassName
{
color: #FB6F0A;
}
</style>
background-color css
<style>
a { background-color: #FB6F0A; }
a { background-color: rgb(251,111,10); }
div.DivClassName
{
background-color: #FB6F0A;
}
.BgClassName
{
background-color: #FB6F0A;
}
</style>
border-color css
<style>
span { border-color: #FB6F0A; }
span { border-color: rgb(251,111,10); }
td.TdClassName
{
border-color: #FB6F0A;
}
.TagClassName
{
border-color: #FB6F0A;
}
</style>