Shades of Safety Orange #FA7503
Tints of Safety Orange #FA7503
RGB
CMYK
RGB Variations
Color information
#FA7503 (or 0xFA7503) is known color: Safety Orange. HEX triplet: FA, 75 and 03. RGB value is (250,117,3). Sum of RGB (Red+Green+Blue) = 250+117+3=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 3 (1.56% from 255 or 0.81% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7503 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7503 is #058AFC. Grayscale: #909090. Windows color (decimal): -363261 or 226810. OLE color: 226810.
HSL color Cylindrical-coordinate representation of color #FA7503: hue angle of 27.69º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA7503 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 117 | 3 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.02 |
| HSL | 27.69º | 0.98% | 0.5% | - |
| HSV(B) | 27.69º | 0.99% | 0.98% | - |
| XYZ | 45.8 | 33.05 | 4.05 | - |
| YUV | 143.77 | 48.56 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 117 | 3 | 0 | 0.53 | 0.99 | 0.02 | 27.69 | 0.98 | 0.5 |
| Hex | FA | 75 | 3 | 0 | 35 | 63 | 2 | 1C | 62 | 32 |
| Octal | 372 | 165 | 3 | 0 | 65 | 143 | 2 | 34 | 142 | 62 |
| Binary | 11111010 | 1110101 | 11 | 0 | 110101 | 1100011 | 10 | 11100 | 1100010 | 110010 |
Color Harmonies of #FA7503
Complementary color
Monochromatic Colors of #FA7503
Black with #FA7503
Text Example
Text Example
White with #FA7503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7503; }
p { color: rgb(250,117,3); }
H1.HeaderClassName
{
color: #FA7503;
}
.AnyTagClassName
{
color: #FA7503;
}
</style>
background-color css
<style>
a { background-color: #FA7503; }
a { background-color: rgb(250,117,3); }
div.DivClassName
{
background-color: #FA7503;
}
.BgClassName
{
background-color: #FA7503;
}
</style>
border-color css
<style>
span { border-color: #FA7503; }
span { border-color: rgb(250,117,3); }
td.TdClassName
{
border-color: #FA7503;
}
.TagClassName
{
border-color: #FA7503;
}
</style>