Shades of Safety Orange #FA7500
Tints of Safety Orange #FA7500
RGB
CMYK
RGB Variations
Color information
#FA7500 (or 0xFA7500) is known color: Safety Orange. HEX triplet: FA, 75 and 00. RGB value is (250,117,0). Sum of RGB (Red+Green+Blue) = 250+117+0=367 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.12% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7500 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7500 is #058AFF. Grayscale: #909090. Windows color (decimal): -363264 or 30202. OLE color: 30202.
HSL color Cylindrical-coordinate representation of color #FA7500: hue angle of 28.08º 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 #FA7500 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 117 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.02 |
| HSL | 28.08º | 1% | 0.49% | - |
| HSV(B) | 28.08º | 1% | 0.98% | - |
| XYZ | 45.79 | 33.05 | 3.97 | - |
| YUV | 143.43 | 47.06 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 117 | 0 | 0 | 0.53 | 1 | 0.02 | 28.08 | 1 | 0.49 |
| Hex | FA | 75 | 0 | 0 | 35 | 64 | 2 | 1C | 64 | 31 |
| Octal | 372 | 165 | 0 | 0 | 65 | 144 | 2 | 34 | 144 | 61 |
| Binary | 11111010 | 1110101 | 0 | 0 | 110101 | 1100100 | 10 | 11100 | 1100100 | 110001 |
Color Harmonies of #FA7500
Complementary color
Monochromatic Colors of #FA7500
Black with #FA7500
Text Example
Text Example
White with #FA7500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7500; }
p { color: rgb(250,117,0); }
H1.HeaderClassName
{
color: #FA7500;
}
.AnyTagClassName
{
color: #FA7500;
}
</style>
background-color css
<style>
a { background-color: #FA7500; }
a { background-color: rgb(250,117,0); }
div.DivClassName
{
background-color: #FA7500;
}
.BgClassName
{
background-color: #FA7500;
}
</style>
border-color css
<style>
span { border-color: #FA7500; }
span { border-color: rgb(250,117,0); }
td.TdClassName
{
border-color: #FA7500;
}
.TagClassName
{
border-color: #FA7500;
}
</style>