Shades of Safety Orange #FD7101
Tints of Safety Orange #FD7101
RGB
CMYK
RGB Variations
Color information
#FD7101 (or 0xFD7101) is known color: Safety Orange. HEX triplet: FD, 71 and 01. RGB value is (253,113,1). Sum of RGB (Red+Green+Blue) = 253+113+1=367 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.94% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 1 (0.78% from 255 or 0.27% from 367); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7101 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD7101 is #028EFE. Grayscale: #8E8E8E. Windows color (decimal): -167679 or 94717. OLE color: 94717.
HSL color Cylindrical-coordinate representation of color #FD7101: hue angle of 26.67º 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 #FD7101 is Cyan = 0, Magento = 0.55, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 113 | 1 | - |
| CMYK | 0 | 0.55 | 1.00 | 0.01 |
| HSL | 26.67º | 0.99% | 0.5% | - |
| HSV(B) | 26.67º | 1% | 0.99% | - |
| XYZ | 46.42 | 32.7 | 3.89 | - |
| YUV | 142.09 | 48.38 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 113 | 1 | 0 | 0.55 | 1.00 | 0.01 | 26.67 | 0.99 | 0.5 |
| Hex | FD | 71 | 1 | 0 | 37 | 64 | 1 | 1B | 63 | 32 |
| Octal | 375 | 161 | 1 | 0 | 67 | 144 | 1 | 33 | 143 | 62 |
| Binary | 11111101 | 1110001 | 1 | 0 | 110111 | 1100100 | 1 | 11011 | 1100011 | 110010 |
Color Harmonies of #FD7101
Complementary color
Monochromatic Colors of #FD7101
Black with #FD7101
Text Example
Text Example
White with #FD7101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7101; }
p { color: rgb(253,113,1); }
H1.HeaderClassName
{
color: #FD7101;
}
.AnyTagClassName
{
color: #FD7101;
}
</style>
background-color css
<style>
a { background-color: #FD7101; }
a { background-color: rgb(253,113,1); }
div.DivClassName
{
background-color: #FD7101;
}
.BgClassName
{
background-color: #FD7101;
}
</style>
border-color css
<style>
span { border-color: #FD7101; }
span { border-color: rgb(253,113,1); }
td.TdClassName
{
border-color: #FD7101;
}
.TagClassName
{
border-color: #FD7101;
}
</style>