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