Shades of Safety Orange #FD7001
Tints of Safety Orange #FD7001
RGB
CMYK
RGB Variations
Color information
#FD7001 (or 0xFD7001) is known color: Safety Orange. HEX triplet: FD, 70 and 01. RGB value is (253,112,1). Sum of RGB (Red+Green+Blue) = 253+112+1=366 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.13% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 1 (0.78% from 255 or 0.27% from 366); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7001 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD7001 is #028FFE. Grayscale: #8E8E8E. Windows color (decimal): -167935 or 94461. OLE color: 94461.
HSL color Cylindrical-coordinate representation of color #FD7001: hue angle of 26.43º 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 #FD7001 is Cyan = 0, Magento = 0.56, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 112 | 1 | - |
| CMYK | 0 | 0.56 | 1.00 | 0.01 |
| HSL | 26.43º | 0.99% | 0.5% | - |
| HSV(B) | 26.43º | 1% | 0.99% | - |
| XYZ | 46.31 | 32.47 | 3.86 | - |
| YUV | 141.51 | 48.71 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 112 | 1 | 0 | 0.56 | 1.00 | 0.01 | 26.43 | 0.99 | 0.5 |
| Hex | FD | 70 | 1 | 0 | 38 | 64 | 1 | 1A | 63 | 32 |
| Octal | 375 | 160 | 1 | 0 | 70 | 144 | 1 | 32 | 143 | 62 |
| Binary | 11111101 | 1110000 | 1 | 0 | 111000 | 1100100 | 1 | 11010 | 1100011 | 110010 |
Color Harmonies of #FD7001
Complementary color
Monochromatic Colors of #FD7001
Black with #FD7001
Text Example
Text Example
White with #FD7001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7001; }
p { color: rgb(253,112,1); }
H1.HeaderClassName
{
color: #FD7001;
}
.AnyTagClassName
{
color: #FD7001;
}
</style>
background-color css
<style>
a { background-color: #FD7001; }
a { background-color: rgb(253,112,1); }
div.DivClassName
{
background-color: #FD7001;
}
.BgClassName
{
background-color: #FD7001;
}
</style>
border-color css
<style>
span { border-color: #FD7001; }
span { border-color: rgb(253,112,1); }
td.TdClassName
{
border-color: #FD7001;
}
.TagClassName
{
border-color: #FD7001;
}
</style>