Shades of Safety Orange #FF7805
Tints of Safety Orange #FF7805
RGB
CMYK
RGB Variations
Color information
#FF7805 (or 0xFF7805) is known color: Safety Orange. HEX triplet: FF, 78 and 05. RGB value is (255,120,5). Sum of RGB (Red+Green+Blue) = 255+120+5=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 5 (2.34% from 255 or 1.32% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7805 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7805 is #0087FA. Grayscale: #939393. Windows color (decimal): -34811 or 358655. OLE color: 358655.
HSL color Cylindrical-coordinate representation of color #FF7805: hue angle of 27.6º 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 #FF7805 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 5 | - |
| CMYK | 0 | 0.53 | 0.98 | 0 |
| HSL | 27.6º | 1% | 0.51% | - |
| HSV(B) | 27.6º | 0.98% | 1% | - |
| XYZ | 47.98 | 34.7 | 4.31 | - |
| YUV | 147.26 | 47.73 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 5 | 0 | 0.53 | 0.98 | 0 | 27.6 | 1 | 0.51 |
| Hex | FF | 78 | 5 | 0 | 35 | 62 | 0 | 1C | 64 | 33 |
| Octal | 377 | 170 | 5 | 0 | 65 | 142 | 0 | 34 | 144 | 63 |
| Binary | 11111111 | 1111000 | 101 | 0 | 110101 | 1100010 | 0 | 11100 | 1100100 | 110011 |
Color Harmonies of #FF7805
Complementary color
Monochromatic Colors of #FF7805
Black with #FF7805
Text Example
Text Example
White with #FF7805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7805; }
p { color: rgb(255,120,5); }
H1.HeaderClassName
{
color: #FF7805;
}
.AnyTagClassName
{
color: #FF7805;
}
</style>
background-color css
<style>
a { background-color: #FF7805; }
a { background-color: rgb(255,120,5); }
div.DivClassName
{
background-color: #FF7805;
}
.BgClassName
{
background-color: #FF7805;
}
</style>
border-color css
<style>
span { border-color: #FF7805; }
span { border-color: rgb(255,120,5); }
td.TdClassName
{
border-color: #FF7805;
}
.TagClassName
{
border-color: #FF7805;
}
</style>