Shades of Safety Orange #FF7005
Tints of Safety Orange #FF7005
RGB
CMYK
RGB Variations
Color information
#FF7005 (or 0xFF7005) is known color: Safety Orange. HEX triplet: FF, 70 and 05. RGB value is (255,112,5). Sum of RGB (Red+Green+Blue) = 255+112+5=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 5 (2.34% from 255 or 1.34% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7005 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7005 is #008FFA. Grayscale: #8F8F8F. Windows color (decimal): -36859 or 356607. OLE color: 356607.
HSL color Cylindrical-coordinate representation of color #FF7005: hue angle of 25.68º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF7005 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 5 | - |
| CMYK | 0 | 0.56 | 0.98 | 0 |
| HSL | 25.68º | 1% | 0.51% | - |
| HSV(B) | 25.68º | 0.98% | 1% | - |
| XYZ | 47.06 | 32.86 | 4.01 | - |
| YUV | 142.56 | 50.38 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 5 | 0 | 0.56 | 0.98 | 0 | 25.68 | 1 | 0.51 |
| Hex | FF | 70 | 5 | 0 | 38 | 62 | 0 | 1A | 64 | 33 |
| Octal | 377 | 160 | 5 | 0 | 70 | 142 | 0 | 32 | 144 | 63 |
| Binary | 11111111 | 1110000 | 101 | 0 | 111000 | 1100010 | 0 | 11010 | 1100100 | 110011 |
Color Harmonies of #FF7005
Complementary color
Monochromatic Colors of #FF7005
Black with #FF7005
Text Example
Text Example
White with #FF7005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7005; }
p { color: rgb(255,112,5); }
H1.HeaderClassName
{
color: #FF7005;
}
.AnyTagClassName
{
color: #FF7005;
}
</style>
background-color css
<style>
a { background-color: #FF7005; }
a { background-color: rgb(255,112,5); }
div.DivClassName
{
background-color: #FF7005;
}
.BgClassName
{
background-color: #FF7005;
}
</style>
border-color css
<style>
span { border-color: #FF7005; }
span { border-color: rgb(255,112,5); }
td.TdClassName
{
border-color: #FF7005;
}
.TagClassName
{
border-color: #FF7005;
}
</style>