Shades of Safety Orange #FF6E03
Tints of Safety Orange #FF6E03
RGB
CMYK
RGB Variations
Color information
#FF6E03 (or 0xFF6E03) is known color: Safety Orange. HEX triplet: FF, 6E and 03. RGB value is (255,110,3). Sum of RGB (Red+Green+Blue) = 255+110+3=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 3 (1.56% from 255 or 0.82% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6E03 is #0091FC. Grayscale: #8D8D8D. Windows color (decimal): -37373 or 225023. OLE color: 225023.
HSL color Cylindrical-coordinate representation of color #FF6E03: hue angle of 25.48º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF6E03 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 110 | 3 | - |
| CMYK | 0 | 0.57 | 0.99 | 0 |
| HSL | 25.48º | 1% | 0.51% | - |
| HSV(B) | 25.48º | 0.99% | 1% | - |
| XYZ | 46.83 | 32.42 | 3.88 | - |
| YUV | 141.16 | 50.04 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 110 | 3 | 0 | 0.57 | 0.99 | 0 | 25.48 | 1 | 0.51 |
| Hex | FF | 6E | 3 | 0 | 39 | 63 | 0 | 19 | 64 | 33 |
| Octal | 377 | 156 | 3 | 0 | 71 | 143 | 0 | 31 | 144 | 63 |
| Binary | 11111111 | 1101110 | 11 | 0 | 111001 | 1100011 | 0 | 11001 | 1100100 | 110011 |
Color Harmonies of #FF6E03
Complementary color
Monochromatic Colors of #FF6E03
Black with #FF6E03
Text Example
Text Example
White with #FF6E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6E03; }
p { color: rgb(255,110,3); }
H1.HeaderClassName
{
color: #FF6E03;
}
.AnyTagClassName
{
color: #FF6E03;
}
</style>
background-color css
<style>
a { background-color: #FF6E03; }
a { background-color: rgb(255,110,3); }
div.DivClassName
{
background-color: #FF6E03;
}
.BgClassName
{
background-color: #FF6E03;
}
</style>
border-color css
<style>
span { border-color: #FF6E03; }
span { border-color: rgb(255,110,3); }
td.TdClassName
{
border-color: #FF6E03;
}
.TagClassName
{
border-color: #FF6E03;
}
</style>