Shades of Safety Orange #FA7505
Tints of Safety Orange #FA7505
RGB
CMYK
RGB Variations
Color information
#FA7505 (or 0xFA7505) is known color: Safety Orange. HEX triplet: FA, 75 and 05. RGB value is (250,117,5). Sum of RGB (Red+Green+Blue) = 250+117+5=372 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.20% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 5 (2.34% from 255 or 1.34% from 372); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7505 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7505 is #058AFA. Grayscale: #909090. Windows color (decimal): -363259 or 357882. OLE color: 357882.
HSL color Cylindrical-coordinate representation of color #FA7505: hue angle of 27.43º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA7505 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 117 | 5 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.02 |
| HSL | 27.43º | 0.96% | 0.5% | - |
| HSV(B) | 27.43º | 0.98% | 0.98% | - |
| XYZ | 45.81 | 33.06 | 4.11 | - |
| YUV | 144 | 49.56 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 117 | 5 | 0 | 0.53 | 0.98 | 0.02 | 27.43 | 0.96 | 0.5 |
| Hex | FA | 75 | 5 | 0 | 35 | 62 | 2 | 1B | 60 | 32 |
| Octal | 372 | 165 | 5 | 0 | 65 | 142 | 2 | 33 | 140 | 62 |
| Binary | 11111010 | 1110101 | 101 | 0 | 110101 | 1100010 | 10 | 11011 | 1100000 | 110010 |
Color Harmonies of #FA7505
Complementary color
Monochromatic Colors of #FA7505
Black with #FA7505
Text Example
Text Example
White with #FA7505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7505; }
p { color: rgb(250,117,5); }
H1.HeaderClassName
{
color: #FA7505;
}
.AnyTagClassName
{
color: #FA7505;
}
</style>
background-color css
<style>
a { background-color: #FA7505; }
a { background-color: rgb(250,117,5); }
div.DivClassName
{
background-color: #FA7505;
}
.BgClassName
{
background-color: #FA7505;
}
</style>
border-color css
<style>
span { border-color: #FA7505; }
span { border-color: rgb(250,117,5); }
td.TdClassName
{
border-color: #FA7505;
}
.TagClassName
{
border-color: #FA7505;
}
</style>