Shades of Safety Orange #FE6003
Tints of Safety Orange #FE6003
RGB
CMYK
RGB Variations
Color information
#FE6003 (or 0xFE6003) is known color: Safety Orange. HEX triplet: FE, 60 and 03. RGB value is (254,96,3). Sum of RGB (Red+Green+Blue) = 254+96+3=353 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.95% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 3 (1.56% from 255 or 0.85% from 353); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6003 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6003 is #019FFC. Grayscale: #858585. Windows color (decimal): -106493 or 221438. OLE color: 221438.
HSL color Cylindrical-coordinate representation of color #FE6003: hue angle of 22.23º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE6003 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 3 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.00 |
| HSL | 22.23º | 0.99% | 0.5% | - |
| HSV(B) | 22.23º | 0.99% | 1% | - |
| XYZ | 45.07 | 29.44 | 3.39 | - |
| YUV | 132.64 | 54.85 | 214.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 3 | 0 | 0.62 | 0.99 | 0.00 | 22.23 | 0.99 | 0.5 |
| Hex | FE | 60 | 3 | 0 | 3E | 63 | 0 | 16 | 63 | 32 |
| Octal | 376 | 140 | 3 | 0 | 76 | 143 | 0 | 26 | 143 | 62 |
| Binary | 11111110 | 1100000 | 11 | 0 | 111110 | 1100011 | 0 | 10110 | 1100011 | 110010 |
Color Harmonies of #FE6003
Complementary color
Monochromatic Colors of #FE6003
Black with #FE6003
Text Example
Text Example
White with #FE6003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6003; }
p { color: rgb(254,96,3); }
H1.HeaderClassName
{
color: #FE6003;
}
.AnyTagClassName
{
color: #FE6003;
}
</style>
background-color css
<style>
a { background-color: #FE6003; }
a { background-color: rgb(254,96,3); }
div.DivClassName
{
background-color: #FE6003;
}
.BgClassName
{
background-color: #FE6003;
}
</style>
border-color css
<style>
span { border-color: #FE6003; }
span { border-color: rgb(254,96,3); }
td.TdClassName
{
border-color: #FE6003;
}
.TagClassName
{
border-color: #FE6003;
}
</style>