Shades of Safety Orange #FA6F0B
Tints of Safety Orange #FA6F0B
RGB
CMYK
RGB Variations
Color information
#FA6F0B (or 0xFA6F0B) is known color: Safety Orange. HEX triplet: FA, 6F and 0B. RGB value is (250,111,11). Sum of RGB (Red+Green+Blue) = 250+111+11=372 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.20% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 11 (4.69% from 255 or 2.96% from 372); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6F0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6F0B is #0590F4. Grayscale: #8D8D8D. Windows color (decimal): -364789 or 749562. OLE color: 749562.
HSL color Cylindrical-coordinate representation of color #FA6F0B: hue angle of 25.1º degrees, saturation: 0.96, 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 #FA6F0B is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 111 | 11 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.02 |
| HSL | 25.1º | 0.96% | 0.51% | - |
| HSV(B) | 25.1º | 0.96% | 0.98% | - |
| XYZ | 45.17 | 31.72 | 4.06 | - |
| YUV | 141.16 | 54.55 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 111 | 11 | 0 | 0.56 | 0.96 | 0.02 | 25.1 | 0.96 | 0.51 |
| Hex | FA | 6F | B | 0 | 38 | 60 | 2 | 19 | 60 | 33 |
| Octal | 372 | 157 | 13 | 0 | 70 | 140 | 2 | 31 | 140 | 63 |
| Binary | 11111010 | 1101111 | 1011 | 0 | 111000 | 1100000 | 10 | 11001 | 1100000 | 110011 |
Color Harmonies of #FA6F0B
Complementary color
Monochromatic Colors of #FA6F0B
Black with #FA6F0B
Text Example
Text Example
White with #FA6F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6F0B; }
p { color: rgb(250,111,11); }
H1.HeaderClassName
{
color: #FA6F0B;
}
.AnyTagClassName
{
color: #FA6F0B;
}
</style>
background-color css
<style>
a { background-color: #FA6F0B; }
a { background-color: rgb(250,111,11); }
div.DivClassName
{
background-color: #FA6F0B;
}
.BgClassName
{
background-color: #FA6F0B;
}
</style>
border-color css
<style>
span { border-color: #FA6F0B; }
span { border-color: rgb(250,111,11); }
td.TdClassName
{
border-color: #FA6F0B;
}
.TagClassName
{
border-color: #FA6F0B;
}
</style>