Shades of Safety Orange #FA7008
Tints of Safety Orange #FA7008
RGB
CMYK
RGB Variations
Color information
#FA7008 (or 0xFA7008) is known color: Safety Orange. HEX triplet: FA, 70 and 08. RGB value is (250,112,8). Sum of RGB (Red+Green+Blue) = 250+112+8=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 8 (3.52% from 255 or 2.16% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7008 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7008 is #058FF7. Grayscale: #8D8D8D. Windows color (decimal): -364536 or 553210. OLE color: 553210.
HSL color Cylindrical-coordinate representation of color #FA7008: hue angle of 25.79º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA7008 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 112 | 8 | - |
| CMYK | 0 | 0.55 | 0.97 | 0.02 |
| HSL | 25.79º | 0.96% | 0.51% | - |
| HSV(B) | 25.79º | 0.97% | 0.98% | - |
| XYZ | 45.26 | 31.93 | 4.01 | - |
| YUV | 141.41 | 52.72 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 112 | 8 | 0 | 0.55 | 0.97 | 0.02 | 25.79 | 0.96 | 0.51 |
| Hex | FA | 70 | 8 | 0 | 37 | 61 | 2 | 1A | 60 | 33 |
| Octal | 372 | 160 | 10 | 0 | 67 | 141 | 2 | 32 | 140 | 63 |
| Binary | 11111010 | 1110000 | 1000 | 0 | 110111 | 1100001 | 10 | 11010 | 1100000 | 110011 |
Color Harmonies of #FA7008
Complementary color
Monochromatic Colors of #FA7008
Black with #FA7008
Text Example
Text Example
White with #FA7008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7008; }
p { color: rgb(250,112,8); }
H1.HeaderClassName
{
color: #FA7008;
}
.AnyTagClassName
{
color: #FA7008;
}
</style>
background-color css
<style>
a { background-color: #FA7008; }
a { background-color: rgb(250,112,8); }
div.DivClassName
{
background-color: #FA7008;
}
.BgClassName
{
background-color: #FA7008;
}
</style>
border-color css
<style>
span { border-color: #FA7008; }
span { border-color: rgb(250,112,8); }
td.TdClassName
{
border-color: #FA7008;
}
.TagClassName
{
border-color: #FA7008;
}
</style>