Shades of Safety Orange #FF6904
Tints of Safety Orange #FF6904
RGB
CMYK
RGB Variations
Color information
#FF6904 (or 0xFF6904) is known color: Safety Orange. HEX triplet: FF, 69 and 04. RGB value is (255,105,4). Sum of RGB (Red+Green+Blue) = 255+105+4=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 4 (1.95% from 255 or 1.10% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6904 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6904 is #0096FB. Grayscale: #8A8A8A. Windows color (decimal): -38652 or 289279. OLE color: 289279.
HSL color Cylindrical-coordinate representation of color #FF6904: hue angle of 24.14º 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 #FF6904 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 4 | - |
| CMYK | 0 | 0.59 | 0.98 | 0 |
| HSL | 24.14º | 1% | 0.51% | - |
| HSV(B) | 24.14º | 0.98% | 1% | - |
| XYZ | 46.31 | 31.37 | 3.73 | - |
| YUV | 138.34 | 52.2 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 4 | 0 | 0.59 | 0.98 | 0 | 24.14 | 1 | 0.51 |
| Hex | FF | 69 | 4 | 0 | 3B | 62 | 0 | 18 | 64 | 33 |
| Octal | 377 | 151 | 4 | 0 | 73 | 142 | 0 | 30 | 144 | 63 |
| Binary | 11111111 | 1101001 | 100 | 0 | 111011 | 1100010 | 0 | 11000 | 1100100 | 110011 |
Color Harmonies of #FF6904
Complementary color
Monochromatic Colors of #FF6904
Black with #FF6904
Text Example
Text Example
White with #FF6904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6904; }
p { color: rgb(255,105,4); }
H1.HeaderClassName
{
color: #FF6904;
}
.AnyTagClassName
{
color: #FF6904;
}
</style>
background-color css
<style>
a { background-color: #FF6904; }
a { background-color: rgb(255,105,4); }
div.DivClassName
{
background-color: #FF6904;
}
.BgClassName
{
background-color: #FF6904;
}
</style>
border-color css
<style>
span { border-color: #FF6904; }
span { border-color: rgb(255,105,4); }
td.TdClassName
{
border-color: #FF6904;
}
.TagClassName
{
border-color: #FF6904;
}
</style>