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