Shades of Safety Orange #FA5E07
Tints of Safety Orange #FA5E07
RGB
CMYK
RGB Variations
Color information
#FA5E07 (or 0xFA5E07) is known color: Safety Orange. HEX triplet: FA, 5E and 07. RGB value is (250,94,7). Sum of RGB (Red+Green+Blue) = 250+94+7=351 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.23% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 7 (3.12% from 255 or 1.99% from 351); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5E07 is #05A1F8. Grayscale: #838383. Windows color (decimal): -369145 or 483066. OLE color: 483066.
HSL color Cylindrical-coordinate representation of color #FA5E07: hue angle of 21.48º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA5E07 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 94 | 7 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.02 |
| HSL | 21.48º | 0.96% | 0.5% | - |
| HSV(B) | 21.48º | 0.97% | 0.98% | - |
| XYZ | 43.47 | 28.34 | 3.38 | - |
| YUV | 130.73 | 58.18 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 94 | 7 | 0 | 0.62 | 0.97 | 0.02 | 21.48 | 0.96 | 0.5 |
| Hex | FA | 5E | 7 | 0 | 3E | 61 | 2 | 15 | 60 | 32 |
| Octal | 372 | 136 | 7 | 0 | 76 | 141 | 2 | 25 | 140 | 62 |
| Binary | 11111010 | 1011110 | 111 | 0 | 111110 | 1100001 | 10 | 10101 | 1100000 | 110010 |
Color Harmonies of #FA5E07
Complementary color
Monochromatic Colors of #FA5E07
Black with #FA5E07
Text Example
Text Example
White with #FA5E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5E07; }
p { color: rgb(250,94,7); }
H1.HeaderClassName
{
color: #FA5E07;
}
.AnyTagClassName
{
color: #FA5E07;
}
</style>
background-color css
<style>
a { background-color: #FA5E07; }
a { background-color: rgb(250,94,7); }
div.DivClassName
{
background-color: #FA5E07;
}
.BgClassName
{
background-color: #FA5E07;
}
</style>
border-color css
<style>
span { border-color: #FA5E07; }
span { border-color: rgb(250,94,7); }
td.TdClassName
{
border-color: #FA5E07;
}
.TagClassName
{
border-color: #FA5E07;
}
</style>