Shades of Safety Orange #FF6808
Tints of Safety Orange #FF6808
RGB
CMYK
RGB Variations
Color information
#FF6808 (or 0xFF6808) is known color: Safety Orange. HEX triplet: FF, 68 and 08. RGB value is (255,104,8). Sum of RGB (Red+Green+Blue) = 255+104+8=367 (48% of max value = 765). Red value is 255 (100% from 255 or 69.48% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 8 (3.52% from 255 or 2.18% from 367); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6808 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6808 is #0097F7. Grayscale: #8A8A8A. Windows color (decimal): -38904 or 551167. OLE color: 551167.
HSL color Cylindrical-coordinate representation of color #FF6808: hue angle of 23.32º 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 #FF6808 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 8 | - |
| CMYK | 0 | 0.59 | 0.97 | 0 |
| HSL | 23.32º | 1% | 0.52% | - |
| HSV(B) | 23.32º | 0.97% | 1% | - |
| XYZ | 46.23 | 31.18 | 3.81 | - |
| YUV | 138.21 | 54.53 | 211.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 8 | 0 | 0.59 | 0.97 | 0 | 23.32 | 1 | 0.52 |
| Hex | FF | 68 | 8 | 0 | 3B | 61 | 0 | 17 | 64 | 34 |
| Octal | 377 | 150 | 10 | 0 | 73 | 141 | 0 | 27 | 144 | 64 |
| Binary | 11111111 | 1101000 | 1000 | 0 | 111011 | 1100001 | 0 | 10111 | 1100100 | 110100 |
Color Harmonies of #FF6808
Complementary color
Monochromatic Colors of #FF6808
Black with #FF6808
Text Example
Text Example
White with #FF6808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6808; }
p { color: rgb(255,104,8); }
H1.HeaderClassName
{
color: #FF6808;
}
.AnyTagClassName
{
color: #FF6808;
}
</style>
background-color css
<style>
a { background-color: #FF6808; }
a { background-color: rgb(255,104,8); }
div.DivClassName
{
background-color: #FF6808;
}
.BgClassName
{
background-color: #FF6808;
}
</style>
border-color css
<style>
span { border-color: #FF6808; }
span { border-color: rgb(255,104,8); }
td.TdClassName
{
border-color: #FF6808;
}
.TagClassName
{
border-color: #FF6808;
}
</style>