Shades of Safety Orange #FB700A
Tints of Safety Orange #FB700A
RGB
CMYK
RGB Variations
Color information
#FB700A (or 0xFB700A) is known color: Safety Orange. HEX triplet: FB, 70 and 0A. RGB value is (251,112,10). Sum of RGB (Red+Green+Blue) = 251+112+10=373 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.29% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 10 (4.30% from 255 or 2.68% from 373); Max value from RGB is 251 - color contains mainly: red. Hex color #FB700A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB700A is #048FF5. Grayscale: #8E8E8E. Windows color (decimal): -298998 or 684283. OLE color: 684283.
HSL color Cylindrical-coordinate representation of color #FB700A: hue angle of 25.39º 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 #FB700A is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 112 | 10 | - |
| CMYK | 0 | 0.55 | 0.96 | 0.02 |
| HSL | 25.39º | 0.97% | 0.51% | - |
| HSV(B) | 25.39º | 0.96% | 0.98% | - |
| XYZ | 45.63 | 32.12 | 4.08 | - |
| YUV | 141.93 | 53.55 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 112 | 10 | 0 | 0.55 | 0.96 | 0.02 | 25.39 | 0.97 | 0.51 |
| Hex | FB | 70 | A | 0 | 37 | 60 | 2 | 19 | 61 | 33 |
| Octal | 373 | 160 | 12 | 0 | 67 | 140 | 2 | 31 | 141 | 63 |
| Binary | 11111011 | 1110000 | 1010 | 0 | 110111 | 1100000 | 10 | 11001 | 1100001 | 110011 |
Color Harmonies of #FB700A
Complementary color
Monochromatic Colors of #FB700A
Black with #FB700A
Text Example
Text Example
White with #FB700A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB700A; }
p { color: rgb(251,112,10); }
H1.HeaderClassName
{
color: #FB700A;
}
.AnyTagClassName
{
color: #FB700A;
}
</style>
background-color css
<style>
a { background-color: #FB700A; }
a { background-color: rgb(251,112,10); }
div.DivClassName
{
background-color: #FB700A;
}
.BgClassName
{
background-color: #FB700A;
}
</style>
border-color css
<style>
span { border-color: #FB700A; }
span { border-color: rgb(251,112,10); }
td.TdClassName
{
border-color: #FB700A;
}
.TagClassName
{
border-color: #FB700A;
}
</style>