Shades of Safety Orange #FD7501
Tints of Safety Orange #FD7501
RGB
CMYK
RGB Variations
Color information
#FD7501 (or 0xFD7501) is known color: Safety Orange. HEX triplet: FD, 75 and 01. RGB value is (253,117,1). Sum of RGB (Red+Green+Blue) = 253+117+1=371 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.19% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 1 (0.78% from 255 or 0.27% from 371); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7501 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD7501 is #028AFE. Grayscale: #919191. Windows color (decimal): -166655 or 95741. OLE color: 95741.
HSL color Cylindrical-coordinate representation of color #FD7501: hue angle of 27.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 #FD7501 is Cyan = 0, Magento = 0.54, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 117 | 1 | - |
| CMYK | 0 | 0.54 | 1.00 | 0.01 |
| HSL | 27.62º | 0.99% | 0.5% | - |
| HSV(B) | 27.62º | 1% | 0.99% | - |
| XYZ | 46.87 | 33.61 | 4.05 | - |
| YUV | 144.44 | 47.06 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 117 | 1 | 0 | 0.54 | 1.00 | 0.01 | 27.62 | 0.99 | 0.5 |
| Hex | FD | 75 | 1 | 0 | 36 | 64 | 1 | 1C | 63 | 32 |
| Octal | 375 | 165 | 1 | 0 | 66 | 144 | 1 | 34 | 143 | 62 |
| Binary | 11111101 | 1110101 | 1 | 0 | 110110 | 1100100 | 1 | 11100 | 1100011 | 110010 |
Color Harmonies of #FD7501
Complementary color
Monochromatic Colors of #FD7501
Black with #FD7501
Text Example
Text Example
White with #FD7501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7501; }
p { color: rgb(253,117,1); }
H1.HeaderClassName
{
color: #FD7501;
}
.AnyTagClassName
{
color: #FD7501;
}
</style>
background-color css
<style>
a { background-color: #FD7501; }
a { background-color: rgb(253,117,1); }
div.DivClassName
{
background-color: #FD7501;
}
.BgClassName
{
background-color: #FD7501;
}
</style>
border-color css
<style>
span { border-color: #FD7501; }
span { border-color: rgb(253,117,1); }
td.TdClassName
{
border-color: #FD7501;
}
.TagClassName
{
border-color: #FD7501;
}
</style>