Shades of Safety Orange #FD7000
Tints of Safety Orange #FD7000
RGB
CMYK
RGB Variations
Color information
#FD7000 (or 0xFD7000) is known color: Safety Orange. HEX triplet: FD, 70 and 00. RGB value is (253,112,0). Sum of RGB (Red+Green+Blue) = 253+112+0=365 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.32% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD7000 is #028FFF. Grayscale: #8D8D8D. Windows color (decimal): -167936 or 28925. OLE color: 28925.
HSL color Cylindrical-coordinate representation of color #FD7000: hue angle of 26.56º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD7000 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 112 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.01 |
| HSL | 26.56º | 1% | 0.5% | - |
| HSV(B) | 26.56º | 1% | 0.99% | - |
| XYZ | 46.3 | 32.47 | 3.83 | - |
| YUV | 141.39 | 48.21 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 112 | 0 | 0 | 0.56 | 1 | 0.01 | 26.56 | 1 | 0.5 |
| Hex | FD | 70 | 0 | 0 | 38 | 64 | 1 | 1B | 64 | 32 |
| Octal | 375 | 160 | 0 | 0 | 70 | 144 | 1 | 33 | 144 | 62 |
| Binary | 11111101 | 1110000 | 0 | 0 | 111000 | 1100100 | 1 | 11011 | 1100100 | 110010 |
Color Harmonies of #FD7000
Complementary color
Monochromatic Colors of #FD7000
Black with #FD7000
Text Example
Text Example
White with #FD7000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7000; }
p { color: rgb(253,112,0); }
H1.HeaderClassName
{
color: #FD7000;
}
.AnyTagClassName
{
color: #FD7000;
}
</style>
background-color css
<style>
a { background-color: #FD7000; }
a { background-color: rgb(253,112,0); }
div.DivClassName
{
background-color: #FD7000;
}
.BgClassName
{
background-color: #FD7000;
}
</style>
border-color css
<style>
span { border-color: #FD7000; }
span { border-color: rgb(253,112,0); }
td.TdClassName
{
border-color: #FD7000;
}
.TagClassName
{
border-color: #FD7000;
}
</style>