Shades of Safety Orange #FF6610
Tints of Safety Orange #FF6610
RGB
CMYK
RGB Variations
Color information
#FF6610 (or 0xFF6610) is known color: Safety Orange. HEX triplet: FF, 66 and 10. RGB value is (255,102,16). Sum of RGB (Red+Green+Blue) = 255+102+16=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 16 (6.64% from 255 or 4.29% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6610 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6610 is #0099EF. Grayscale: #8A8A8A. Windows color (decimal): -39408 or 1074943. OLE color: 1074943.
HSL color Cylindrical-coordinate representation of color #FF6610: hue angle of 21.59º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF6610 is Cyan = 0, Magento = 0.6, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 16 | - |
| CMYK | 0 | 0.6 | 0.94 | 0 |
| HSL | 21.59º | 1% | 0.53% | - |
| HSV(B) | 21.59º | 0.94% | 1% | - |
| XYZ | 46.08 | 30.8 | 4.01 | - |
| YUV | 137.94 | 59.19 | 211.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 16 | 0 | 0.6 | 0.94 | 0 | 21.59 | 1 | 0.53 |
| Hex | FF | 66 | 10 | 0 | 3C | 5E | 0 | 16 | 64 | 35 |
| Octal | 377 | 146 | 20 | 0 | 74 | 136 | 0 | 26 | 144 | 65 |
| Binary | 11111111 | 1100110 | 10000 | 0 | 111100 | 1011110 | 0 | 10110 | 1100100 | 110101 |
Color Harmonies of #FF6610
Complementary color
Monochromatic Colors of #FF6610
Black with #FF6610
Text Example
Text Example
White with #FF6610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6610; }
p { color: rgb(255,102,16); }
H1.HeaderClassName
{
color: #FF6610;
}
.AnyTagClassName
{
color: #FF6610;
}
</style>
background-color css
<style>
a { background-color: #FF6610; }
a { background-color: rgb(255,102,16); }
div.DivClassName
{
background-color: #FF6610;
}
.BgClassName
{
background-color: #FF6610;
}
</style>
border-color css
<style>
span { border-color: #FF6610; }
span { border-color: rgb(255,102,16); }
td.TdClassName
{
border-color: #FF6610;
}
.TagClassName
{
border-color: #FF6610;
}
</style>