Shades of Safety Orange #FF6005
Tints of Safety Orange #FF6005
RGB
CMYK
RGB Variations
Color information
#FF6005 (or 0xFF6005) is known color: Safety Orange. HEX triplet: FF, 60 and 05. RGB value is (255,96,5). Sum of RGB (Red+Green+Blue) = 255+96+5=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6005 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6005 is #009FFA. Grayscale: #858585. Windows color (decimal): -40955 or 352511. OLE color: 352511.
HSL color Cylindrical-coordinate representation of color #FF6005: hue angle of 21.84º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF6005 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 5 | - |
| CMYK | 0 | 0.62 | 0.98 | 0 |
| HSL | 21.84º | 1% | 0.51% | - |
| HSV(B) | 21.84º | 0.98% | 1% | - |
| XYZ | 45.45 | 29.64 | 3.47 | - |
| YUV | 133.17 | 55.68 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 5 | 0 | 0.62 | 0.98 | 0 | 21.84 | 1 | 0.51 |
| Hex | FF | 60 | 5 | 0 | 3E | 62 | 0 | 16 | 64 | 33 |
| Octal | 377 | 140 | 5 | 0 | 76 | 142 | 0 | 26 | 144 | 63 |
| Binary | 11111111 | 1100000 | 101 | 0 | 111110 | 1100010 | 0 | 10110 | 1100100 | 110011 |
Color Harmonies of #FF6005
Complementary color
Monochromatic Colors of #FF6005
Black with #FF6005
Text Example
Text Example
White with #FF6005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6005; }
p { color: rgb(255,96,5); }
H1.HeaderClassName
{
color: #FF6005;
}
.AnyTagClassName
{
color: #FF6005;
}
</style>
background-color css
<style>
a { background-color: #FF6005; }
a { background-color: rgb(255,96,5); }
div.DivClassName
{
background-color: #FF6005;
}
.BgClassName
{
background-color: #FF6005;
}
</style>
border-color css
<style>
span { border-color: #FF6005; }
span { border-color: rgb(255,96,5); }
td.TdClassName
{
border-color: #FF6005;
}
.TagClassName
{
border-color: #FF6005;
}
</style>