Shades of Safety Orange #FF6606
Tints of Safety Orange #FF6606
RGB
CMYK
RGB Variations
Color information
#FF6606 (or 0xFF6606) is known color: Safety Orange. HEX triplet: FF, 66 and 06. RGB value is (255,102,6). Sum of RGB (Red+Green+Blue) = 255+102+6=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 6 (2.73% from 255 or 1.65% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6606 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6606 is #0099F9. Grayscale: #898989. Windows color (decimal): -39418 or 419583. OLE color: 419583.
HSL color Cylindrical-coordinate representation of color #FF6606: hue angle of 23.13º 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 #FF6606 is Cyan = 0, Magento = 0.6, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 6 | - |
| CMYK | 0 | 0.6 | 0.98 | 0 |
| HSL | 23.13º | 1% | 0.51% | - |
| HSV(B) | 23.13º | 0.98% | 1% | - |
| XYZ | 46.02 | 30.78 | 3.69 | - |
| YUV | 136.8 | 54.19 | 212.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 6 | 0 | 0.6 | 0.98 | 0 | 23.13 | 1 | 0.51 |
| Hex | FF | 66 | 6 | 0 | 3C | 62 | 0 | 17 | 64 | 33 |
| Octal | 377 | 146 | 6 | 0 | 74 | 142 | 0 | 27 | 144 | 63 |
| Binary | 11111111 | 1100110 | 110 | 0 | 111100 | 1100010 | 0 | 10111 | 1100100 | 110011 |
Color Harmonies of #FF6606
Complementary color
Monochromatic Colors of #FF6606
Black with #FF6606
Text Example
Text Example
White with #FF6606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6606; }
p { color: rgb(255,102,6); }
H1.HeaderClassName
{
color: #FF6606;
}
.AnyTagClassName
{
color: #FF6606;
}
</style>
background-color css
<style>
a { background-color: #FF6606; }
a { background-color: rgb(255,102,6); }
div.DivClassName
{
background-color: #FF6606;
}
.BgClassName
{
background-color: #FF6606;
}
</style>
border-color css
<style>
span { border-color: #FF6606; }
span { border-color: rgb(255,102,6); }
td.TdClassName
{
border-color: #FF6606;
}
.TagClassName
{
border-color: #FF6606;
}
</style>