Shades of Safety Orange #FA7403
Tints of Safety Orange #FA7403
RGB
CMYK
RGB Variations
Color information
#FA7403 (or 0xFA7403) is known color: Safety Orange. HEX triplet: FA, 74 and 03. RGB value is (250,116,3). Sum of RGB (Red+Green+Blue) = 250+116+3=369 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.75% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 3 (1.56% from 255 or 0.81% from 369); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7403 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7403 is #058BFC. Grayscale: #8F8F8F. Windows color (decimal): -363517 or 226554. OLE color: 226554.
HSL color Cylindrical-coordinate representation of color #FA7403: hue angle of 27.45º 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 #FA7403 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 116 | 3 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.02 |
| HSL | 27.45º | 0.98% | 0.5% | - |
| HSV(B) | 27.45º | 0.99% | 0.98% | - |
| XYZ | 45.69 | 32.82 | 4.01 | - |
| YUV | 143.18 | 48.89 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 116 | 3 | 0 | 0.54 | 0.99 | 0.02 | 27.45 | 0.98 | 0.5 |
| Hex | FA | 74 | 3 | 0 | 36 | 63 | 2 | 1B | 62 | 32 |
| Octal | 372 | 164 | 3 | 0 | 66 | 143 | 2 | 33 | 142 | 62 |
| Binary | 11111010 | 1110100 | 11 | 0 | 110110 | 1100011 | 10 | 11011 | 1100010 | 110010 |
Color Harmonies of #FA7403
Complementary color
Monochromatic Colors of #FA7403
Black with #FA7403
Text Example
Text Example
White with #FA7403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7403; }
p { color: rgb(250,116,3); }
H1.HeaderClassName
{
color: #FA7403;
}
.AnyTagClassName
{
color: #FA7403;
}
</style>
background-color css
<style>
a { background-color: #FA7403; }
a { background-color: rgb(250,116,3); }
div.DivClassName
{
background-color: #FA7403;
}
.BgClassName
{
background-color: #FA7403;
}
</style>
border-color css
<style>
span { border-color: #FA7403; }
span { border-color: rgb(250,116,3); }
td.TdClassName
{
border-color: #FA7403;
}
.TagClassName
{
border-color: #FA7403;
}
</style>