Shades of Safety Orange #FD6001
Tints of Safety Orange #FD6001
RGB
CMYK
RGB Variations
Color information
#FD6001 (or 0xFD6001) is known color: Safety Orange. HEX triplet: FD, 60 and 01. RGB value is (253,96,1). Sum of RGB (Red+Green+Blue) = 253+96+1=350 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.29% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 1 (0.78% from 255 or 0.29% from 350); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6001 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6001 is #029FFE. Grayscale: #848484. Windows color (decimal): -172031 or 90365. OLE color: 90365.
HSL color Cylindrical-coordinate representation of color #FD6001: hue angle of 22.62º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD6001 is Cyan = 0, Magento = 0.62, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 96 | 1 | - |
| CMYK | 0 | 0.62 | 1.00 | 0.01 |
| HSL | 22.62º | 0.99% | 0.5% | - |
| HSV(B) | 22.62º | 1% | 0.99% | - |
| XYZ | 44.7 | 29.25 | 3.32 | - |
| YUV | 132.11 | 54.01 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 96 | 1 | 0 | 0.62 | 1.00 | 0.01 | 22.62 | 0.99 | 0.5 |
| Hex | FD | 60 | 1 | 0 | 3E | 64 | 1 | 17 | 63 | 32 |
| Octal | 375 | 140 | 1 | 0 | 76 | 144 | 1 | 27 | 143 | 62 |
| Binary | 11111101 | 1100000 | 1 | 0 | 111110 | 1100100 | 1 | 10111 | 1100011 | 110010 |
Color Harmonies of #FD6001
Complementary color
Monochromatic Colors of #FD6001
Black with #FD6001
Text Example
Text Example
White with #FD6001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6001; }
p { color: rgb(253,96,1); }
H1.HeaderClassName
{
color: #FD6001;
}
.AnyTagClassName
{
color: #FD6001;
}
</style>
background-color css
<style>
a { background-color: #FD6001; }
a { background-color: rgb(253,96,1); }
div.DivClassName
{
background-color: #FD6001;
}
.BgClassName
{
background-color: #FD6001;
}
</style>
border-color css
<style>
span { border-color: #FD6001; }
span { border-color: rgb(253,96,1); }
td.TdClassName
{
border-color: #FD6001;
}
.TagClassName
{
border-color: #FD6001;
}
</style>