Shades of Safety Orange #FF7000
Tints of Safety Orange #FF7000
RGB
CMYK
RGB Variations
Color information
#FF7000 (or 0xFF7000) is known color: Safety Orange. HEX triplet: FF, 70 and 00. RGB value is (255,112,0). Sum of RGB (Red+Green+Blue) = 255+112+0=367 (48% of max value = 765). Red value is 255 (100% from 255 or 69.48% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7000 is #008FFF. Grayscale: #8E8E8E. Windows color (decimal): -36864 or 28927. OLE color: 28927.
HSL color Cylindrical-coordinate representation of color #FF7000: hue angle of 26.35º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF7000 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0 |
| HSL | 26.35º | 1% | 0.5% | - |
| HSV(B) | 26.35º | 1% | 1% | - |
| XYZ | 47.03 | 32.85 | 3.86 | - |
| YUV | 141.99 | 47.88 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 0 | 0 | 0.56 | 1 | 0 | 26.35 | 1 | 0.5 |
| Hex | FF | 70 | 0 | 0 | 38 | 64 | 0 | 1A | 64 | 32 |
| Octal | 377 | 160 | 0 | 0 | 70 | 144 | 0 | 32 | 144 | 62 |
| Binary | 11111111 | 1110000 | 0 | 0 | 111000 | 1100100 | 0 | 11010 | 1100100 | 110010 |
Color Harmonies of #FF7000
Complementary color
Monochromatic Colors of #FF7000
Black with #FF7000
Text Example
Text Example
White with #FF7000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7000; }
p { color: rgb(255,112,0); }
H1.HeaderClassName
{
color: #FF7000;
}
.AnyTagClassName
{
color: #FF7000;
}
</style>
background-color css
<style>
a { background-color: #FF7000; }
a { background-color: rgb(255,112,0); }
div.DivClassName
{
background-color: #FF7000;
}
.BgClassName
{
background-color: #FF7000;
}
</style>
border-color css
<style>
span { border-color: #FF7000; }
span { border-color: rgb(255,112,0); }
td.TdClassName
{
border-color: #FF7000;
}
.TagClassName
{
border-color: #FF7000;
}
</style>