Shades of Safety Orange #FF6605
Tints of Safety Orange #FF6605
RGB
CMYK
RGB Variations
Color information
#FF6605 (or 0xFF6605) is known color: Safety Orange. HEX triplet: FF, 66 and 05. RGB value is (255,102,5). Sum of RGB (Red+Green+Blue) = 255+102+5=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 5 (2.34% from 255 or 1.38% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6605 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6605 is #0099FA. Grayscale: #898989. Windows color (decimal): -39419 or 354047. OLE color: 354047.
HSL color Cylindrical-coordinate representation of color #FF6605: hue angle of 23.28º 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 #FF6605 is Cyan = 0, Magento = 0.6, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 5 | - |
| CMYK | 0 | 0.6 | 0.98 | 0 |
| HSL | 23.28º | 1% | 0.51% | - |
| HSV(B) | 23.28º | 0.98% | 1% | - |
| XYZ | 46.02 | 30.77 | 3.66 | - |
| YUV | 136.69 | 53.69 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 5 | 0 | 0.6 | 0.98 | 0 | 23.28 | 1 | 0.51 |
| Hex | FF | 66 | 5 | 0 | 3C | 62 | 0 | 17 | 64 | 33 |
| Octal | 377 | 146 | 5 | 0 | 74 | 142 | 0 | 27 | 144 | 63 |
| Binary | 11111111 | 1100110 | 101 | 0 | 111100 | 1100010 | 0 | 10111 | 1100100 | 110011 |
Color Harmonies of #FF6605
Complementary color
Monochromatic Colors of #FF6605
Black with #FF6605
Text Example
Text Example
White with #FF6605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6605; }
p { color: rgb(255,102,5); }
H1.HeaderClassName
{
color: #FF6605;
}
.AnyTagClassName
{
color: #FF6605;
}
</style>
background-color css
<style>
a { background-color: #FF6605; }
a { background-color: rgb(255,102,5); }
div.DivClassName
{
background-color: #FF6605;
}
.BgClassName
{
background-color: #FF6605;
}
</style>
border-color css
<style>
span { border-color: #FF6605; }
span { border-color: rgb(255,102,5); }
td.TdClassName
{
border-color: #FF6605;
}
.TagClassName
{
border-color: #FF6605;
}
</style>