Shades of Safety Orange #FA6003
Tints of Safety Orange #FA6003
RGB
CMYK
RGB Variations
Color information
#FA6003 (or 0xFA6003) is known color: Safety Orange. HEX triplet: FA, 60 and 03. RGB value is (250,96,3). Sum of RGB (Red+Green+Blue) = 250+96+3=349 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.63% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 3 (1.56% from 255 or 0.86% from 349); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6003 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6003 is #059FFC. Grayscale: #838383. Windows color (decimal): -368637 or 221434. OLE color: 221434.
HSL color Cylindrical-coordinate representation of color #FA6003: hue angle of 22.59º 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 #FA6003 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 96 | 3 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.02 |
| HSL | 22.59º | 0.98% | 0.5% | - |
| HSV(B) | 22.59º | 0.99% | 0.98% | - |
| XYZ | 43.62 | 28.7 | 3.33 | - |
| YUV | 131.44 | 55.52 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 96 | 3 | 0 | 0.62 | 0.99 | 0.02 | 22.59 | 0.98 | 0.5 |
| Hex | FA | 60 | 3 | 0 | 3E | 63 | 2 | 17 | 62 | 32 |
| Octal | 372 | 140 | 3 | 0 | 76 | 143 | 2 | 27 | 142 | 62 |
| Binary | 11111010 | 1100000 | 11 | 0 | 111110 | 1100011 | 10 | 10111 | 1100010 | 110010 |
Color Harmonies of #FA6003
Complementary color
Monochromatic Colors of #FA6003
Black with #FA6003
Text Example
Text Example
White with #FA6003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6003; }
p { color: rgb(250,96,3); }
H1.HeaderClassName
{
color: #FA6003;
}
.AnyTagClassName
{
color: #FA6003;
}
</style>
background-color css
<style>
a { background-color: #FA6003; }
a { background-color: rgb(250,96,3); }
div.DivClassName
{
background-color: #FA6003;
}
.BgClassName
{
background-color: #FA6003;
}
</style>
border-color css
<style>
span { border-color: #FA6003; }
span { border-color: rgb(250,96,3); }
td.TdClassName
{
border-color: #FA6003;
}
.TagClassName
{
border-color: #FA6003;
}
</style>