Shades of Safety Orange #FA7105
Tints of Safety Orange #FA7105
RGB
CMYK
RGB Variations
Color information
#FA7105 (or 0xFA7105) is known color: Safety Orange. HEX triplet: FA, 71 and 05. RGB value is (250,113,5). Sum of RGB (Red+Green+Blue) = 250+113+5=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 5 (2.34% from 255 or 1.36% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7105 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7105 is #058EFA. Grayscale: #8E8E8E. Windows color (decimal): -364283 or 356858. OLE color: 356858.
HSL color Cylindrical-coordinate representation of color #FA7105: hue angle of 26.45º 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 #FA7105 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 113 | 5 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.02 |
| HSL | 26.45º | 0.96% | 0.5% | - |
| HSV(B) | 26.45º | 0.98% | 0.98% | - |
| XYZ | 45.36 | 32.15 | 3.96 | - |
| YUV | 141.65 | 50.89 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 113 | 5 | 0 | 0.55 | 0.98 | 0.02 | 26.45 | 0.96 | 0.5 |
| Hex | FA | 71 | 5 | 0 | 37 | 62 | 2 | 1A | 60 | 32 |
| Octal | 372 | 161 | 5 | 0 | 67 | 142 | 2 | 32 | 140 | 62 |
| Binary | 11111010 | 1110001 | 101 | 0 | 110111 | 1100010 | 10 | 11010 | 1100000 | 110010 |
Color Harmonies of #FA7105
Complementary color
Monochromatic Colors of #FA7105
Black with #FA7105
Text Example
Text Example
White with #FA7105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7105; }
p { color: rgb(250,113,5); }
H1.HeaderClassName
{
color: #FA7105;
}
.AnyTagClassName
{
color: #FA7105;
}
</style>
background-color css
<style>
a { background-color: #FA7105; }
a { background-color: rgb(250,113,5); }
div.DivClassName
{
background-color: #FA7105;
}
.BgClassName
{
background-color: #FA7105;
}
</style>
border-color css
<style>
span { border-color: #FA7105; }
span { border-color: rgb(250,113,5); }
td.TdClassName
{
border-color: #FA7105;
}
.TagClassName
{
border-color: #FA7105;
}
</style>