Shades of Safety Orange #FF6905
Tints of Safety Orange #FF6905
RGB
CMYK
RGB Variations
Color information
#FF6905 (or 0xFF6905) is known color: Safety Orange. HEX triplet: FF, 69 and 05. RGB value is (255,105,5). Sum of RGB (Red+Green+Blue) = 255+105+5=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 5 (2.34% from 255 or 1.37% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6905 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6905 is #0096FA. Grayscale: #8B8B8B. Windows color (decimal): -38651 or 354815. OLE color: 354815.
HSL color Cylindrical-coordinate representation of color #FF6905: hue angle of 24º 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 #FF6905 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 5 | - |
| CMYK | 0 | 0.59 | 0.98 | 0 |
| HSL | 24º | 1% | 0.51% | - |
| HSV(B) | 24º | 0.98% | 1% | - |
| XYZ | 46.32 | 31.37 | 3.76 | - |
| YUV | 138.45 | 52.7 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 5 | 0 | 0.59 | 0.98 | 0 | 24 | 1 | 0.51 |
| Hex | FF | 69 | 5 | 0 | 3B | 62 | 0 | 18 | 64 | 33 |
| Octal | 377 | 151 | 5 | 0 | 73 | 142 | 0 | 30 | 144 | 63 |
| Binary | 11111111 | 1101001 | 101 | 0 | 111011 | 1100010 | 0 | 11000 | 1100100 | 110011 |
Color Harmonies of #FF6905
Complementary color
Monochromatic Colors of #FF6905
Black with #FF6905
Text Example
Text Example
White with #FF6905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6905; }
p { color: rgb(255,105,5); }
H1.HeaderClassName
{
color: #FF6905;
}
.AnyTagClassName
{
color: #FF6905;
}
</style>
background-color css
<style>
a { background-color: #FF6905; }
a { background-color: rgb(255,105,5); }
div.DivClassName
{
background-color: #FF6905;
}
.BgClassName
{
background-color: #FF6905;
}
</style>
border-color css
<style>
span { border-color: #FF6905; }
span { border-color: rgb(255,105,5); }
td.TdClassName
{
border-color: #FF6905;
}
.TagClassName
{
border-color: #FF6905;
}
</style>