Shades of Safety Orange #FF6508
Tints of Safety Orange #FF6508
RGB
CMYK
RGB Variations
Color information
#FF6508 (or 0xFF6508) is known color: Safety Orange. HEX triplet: FF, 65 and 08. RGB value is (255,101,8). Sum of RGB (Red+Green+Blue) = 255+101+8=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 8 (3.52% from 255 or 2.20% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6508 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6508 is #009AF7. Grayscale: #888888. Windows color (decimal): -39672 or 550399. OLE color: 550399.
HSL color Cylindrical-coordinate representation of color #FF6508: hue angle of 22.59º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF6508 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 8 | - |
| CMYK | 0 | 0.60 | 0.97 | 0 |
| HSL | 22.59º | 1% | 0.52% | - |
| HSV(B) | 22.59º | 0.97% | 1% | - |
| XYZ | 45.94 | 30.58 | 3.71 | - |
| YUV | 136.44 | 55.52 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 8 | 0 | 0.60 | 0.97 | 0 | 22.59 | 1 | 0.52 |
| Hex | FF | 65 | 8 | 0 | 3C | 61 | 0 | 17 | 64 | 34 |
| Octal | 377 | 145 | 10 | 0 | 74 | 141 | 0 | 27 | 144 | 64 |
| Binary | 11111111 | 1100101 | 1000 | 0 | 111100 | 1100001 | 0 | 10111 | 1100100 | 110100 |
Color Harmonies of #FF6508
Complementary color
Monochromatic Colors of #FF6508
Black with #FF6508
Text Example
Text Example
White with #FF6508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6508; }
p { color: rgb(255,101,8); }
H1.HeaderClassName
{
color: #FF6508;
}
.AnyTagClassName
{
color: #FF6508;
}
</style>
background-color css
<style>
a { background-color: #FF6508; }
a { background-color: rgb(255,101,8); }
div.DivClassName
{
background-color: #FF6508;
}
.BgClassName
{
background-color: #FF6508;
}
</style>
border-color css
<style>
span { border-color: #FF6508; }
span { border-color: rgb(255,101,8); }
td.TdClassName
{
border-color: #FF6508;
}
.TagClassName
{
border-color: #FF6508;
}
</style>