Shades of Safety Orange #FF6710
Tints of Safety Orange #FF6710
RGB
CMYK
RGB Variations
Color information
#FF6710 (or 0xFF6710) is known color: Safety Orange. HEX triplet: FF, 67 and 10. RGB value is (255,103,16). Sum of RGB (Red+Green+Blue) = 255+103+16=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 16 (6.64% from 255 or 4.28% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6710 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6710 is #0098EF. Grayscale: #8B8B8B. Windows color (decimal): -39152 or 1075199. OLE color: 1075199.
HSL color Cylindrical-coordinate representation of color #FF6710: hue angle of 21.84º 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 #FF6710 is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 16 | - |
| CMYK | 0 | 0.60 | 0.94 | 0 |
| HSL | 21.84º | 1% | 0.53% | - |
| HSV(B) | 21.84º | 0.94% | 1% | - |
| XYZ | 46.18 | 31 | 4.04 | - |
| YUV | 138.53 | 58.86 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 16 | 0 | 0.60 | 0.94 | 0 | 21.84 | 1 | 0.53 |
| Hex | FF | 67 | 10 | 0 | 3C | 5E | 0 | 16 | 64 | 35 |
| Octal | 377 | 147 | 20 | 0 | 74 | 136 | 0 | 26 | 144 | 65 |
| Binary | 11111111 | 1100111 | 10000 | 0 | 111100 | 1011110 | 0 | 10110 | 1100100 | 110101 |
Color Harmonies of #FF6710
Complementary color
Monochromatic Colors of #FF6710
Black with #FF6710
Text Example
Text Example
White with #FF6710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6710; }
p { color: rgb(255,103,16); }
H1.HeaderClassName
{
color: #FF6710;
}
.AnyTagClassName
{
color: #FF6710;
}
</style>
background-color css
<style>
a { background-color: #FF6710; }
a { background-color: rgb(255,103,16); }
div.DivClassName
{
background-color: #FF6710;
}
.BgClassName
{
background-color: #FF6710;
}
</style>
border-color css
<style>
span { border-color: #FF6710; }
span { border-color: rgb(255,103,16); }
td.TdClassName
{
border-color: #FF6710;
}
.TagClassName
{
border-color: #FF6710;
}
</style>