Shades of Safety Orange #FA7000
Tints of Safety Orange #FA7000
RGB
CMYK
RGB Variations
Color information
#FA7000 (or 0xFA7000) is known color: Safety Orange. HEX triplet: FA, 70 and 00. RGB value is (250,112,0). Sum of RGB (Red+Green+Blue) = 250+112+0=362 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.06% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7000 is #058FFF. Grayscale: #8D8D8D. Windows color (decimal): -364544 or 28922. OLE color: 28922.
HSL color Cylindrical-coordinate representation of color #FA7000: hue angle of 26.88º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA7000 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 112 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.02 |
| HSL | 26.88º | 1% | 0.49% | - |
| HSV(B) | 26.88º | 1% | 0.98% | - |
| XYZ | 45.22 | 31.91 | 3.78 | - |
| YUV | 140.49 | 48.72 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 112 | 0 | 0 | 0.55 | 1 | 0.02 | 26.88 | 1 | 0.49 |
| Hex | FA | 70 | 0 | 0 | 37 | 64 | 2 | 1B | 64 | 31 |
| Octal | 372 | 160 | 0 | 0 | 67 | 144 | 2 | 33 | 144 | 61 |
| Binary | 11111010 | 1110000 | 0 | 0 | 110111 | 1100100 | 10 | 11011 | 1100100 | 110001 |
Color Harmonies of #FA7000
Complementary color
Monochromatic Colors of #FA7000
Black with #FA7000
Text Example
Text Example
White with #FA7000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7000; }
p { color: rgb(250,112,0); }
H1.HeaderClassName
{
color: #FA7000;
}
.AnyTagClassName
{
color: #FA7000;
}
</style>
background-color css
<style>
a { background-color: #FA7000; }
a { background-color: rgb(250,112,0); }
div.DivClassName
{
background-color: #FA7000;
}
.BgClassName
{
background-color: #FA7000;
}
</style>
border-color css
<style>
span { border-color: #FA7000; }
span { border-color: rgb(250,112,0); }
td.TdClassName
{
border-color: #FA7000;
}
.TagClassName
{
border-color: #FA7000;
}
</style>