Shades of Safety Orange #FF6001
Tints of Safety Orange #FF6001
RGB
CMYK
RGB Variations
Color information
#FF6001 (or 0xFF6001) is known color: Safety Orange. HEX triplet: FF, 60 and 01. RGB value is (255,96,1). Sum of RGB (Red+Green+Blue) = 255+96+1=352 (46% of max value = 765). Red value is 255 (100% from 255 or 72.44% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 1 (0.78% from 255 or 0.28% from 352); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6001 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6001 is #009FFE. Grayscale: #858585. Windows color (decimal): -40959 or 90367. OLE color: 90367.
HSL color Cylindrical-coordinate representation of color #FF6001: hue angle of 22.44º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF6001 is Cyan = 0, Magento = 0.62, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 1 | - |
| CMYK | 0 | 0.62 | 1.00 | 0 |
| HSL | 22.44º | 1% | 0.5% | - |
| HSV(B) | 22.44º | 1% | 1% | - |
| XYZ | 45.43 | 29.63 | 3.35 | - |
| YUV | 132.71 | 53.68 | 215.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 1 | 0 | 0.62 | 1.00 | 0 | 22.44 | 1 | 0.5 |
| Hex | FF | 60 | 1 | 0 | 3E | 64 | 0 | 16 | 64 | 32 |
| Octal | 377 | 140 | 1 | 0 | 76 | 144 | 0 | 26 | 144 | 62 |
| Binary | 11111111 | 1100000 | 1 | 0 | 111110 | 1100100 | 0 | 10110 | 1100100 | 110010 |
Color Harmonies of #FF6001
Complementary color
Monochromatic Colors of #FF6001
Black with #FF6001
Text Example
Text Example
White with #FF6001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6001; }
p { color: rgb(255,96,1); }
H1.HeaderClassName
{
color: #FF6001;
}
.AnyTagClassName
{
color: #FF6001;
}
</style>
background-color css
<style>
a { background-color: #FF6001; }
a { background-color: rgb(255,96,1); }
div.DivClassName
{
background-color: #FF6001;
}
.BgClassName
{
background-color: #FF6001;
}
</style>
border-color css
<style>
span { border-color: #FF6001; }
span { border-color: rgb(255,96,1); }
td.TdClassName
{
border-color: #FF6001;
}
.TagClassName
{
border-color: #FF6001;
}
</style>