Shades of Safety Orange #FF6F08
Tints of Safety Orange #FF6F08
RGB
CMYK
RGB Variations
Color information
#FF6F08 (or 0xFF6F08) is known color: Safety Orange. HEX triplet: FF, 6F and 08. RGB value is (255,111,8). Sum of RGB (Red+Green+Blue) = 255+111+8=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 8 (3.52% from 255 or 2.14% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6F08 is #0090F7. Grayscale: #8E8E8E. Windows color (decimal): -37112 or 552959. OLE color: 552959.
HSL color Cylindrical-coordinate representation of color #FF6F08: hue angle of 25.02º 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 #FF6F08 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 8 | - |
| CMYK | 0 | 0.56 | 0.97 | 0 |
| HSL | 25.02º | 1% | 0.52% | - |
| HSV(B) | 25.02º | 0.97% | 1% | - |
| XYZ | 46.97 | 32.65 | 4.06 | - |
| YUV | 142.31 | 52.21 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 8 | 0 | 0.56 | 0.97 | 0 | 25.02 | 1 | 0.52 |
| Hex | FF | 6F | 8 | 0 | 38 | 61 | 0 | 19 | 64 | 34 |
| Octal | 377 | 157 | 10 | 0 | 70 | 141 | 0 | 31 | 144 | 64 |
| Binary | 11111111 | 1101111 | 1000 | 0 | 111000 | 1100001 | 0 | 11001 | 1100100 | 110100 |
Color Harmonies of #FF6F08
Complementary color
Monochromatic Colors of #FF6F08
Black with #FF6F08
Text Example
Text Example
White with #FF6F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6F08; }
p { color: rgb(255,111,8); }
H1.HeaderClassName
{
color: #FF6F08;
}
.AnyTagClassName
{
color: #FF6F08;
}
</style>
background-color css
<style>
a { background-color: #FF6F08; }
a { background-color: rgb(255,111,8); }
div.DivClassName
{
background-color: #FF6F08;
}
.BgClassName
{
background-color: #FF6F08;
}
</style>
border-color css
<style>
span { border-color: #FF6F08; }
span { border-color: rgb(255,111,8); }
td.TdClassName
{
border-color: #FF6F08;
}
.TagClassName
{
border-color: #FF6F08;
}
</style>