Shades of Safety Orange #FF6F06
Tints of Safety Orange #FF6F06
RGB
CMYK
RGB Variations
Color information
#FF6F06 (or 0xFF6F06) is known color: Safety Orange. HEX triplet: FF, 6F and 06. RGB value is (255,111,6). Sum of RGB (Red+Green+Blue) = 255+111+6=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 6 (2.73% from 255 or 1.61% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6F06 is #0090F9. Grayscale: #8E8E8E. Windows color (decimal): -37114 or 421887. OLE color: 421887.
HSL color Cylindrical-coordinate representation of color #FF6F06: hue angle of 25.3º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF6F06 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 6 | - |
| CMYK | 0 | 0.56 | 0.98 | 0 |
| HSL | 25.3º | 1% | 0.51% | - |
| HSV(B) | 25.3º | 0.98% | 1% | - |
| XYZ | 46.96 | 32.64 | 4 | - |
| YUV | 142.09 | 51.21 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 6 | 0 | 0.56 | 0.98 | 0 | 25.3 | 1 | 0.51 |
| Hex | FF | 6F | 6 | 0 | 38 | 62 | 0 | 19 | 64 | 33 |
| Octal | 377 | 157 | 6 | 0 | 70 | 142 | 0 | 31 | 144 | 63 |
| Binary | 11111111 | 1101111 | 110 | 0 | 111000 | 1100010 | 0 | 11001 | 1100100 | 110011 |
Color Harmonies of #FF6F06
Complementary color
Monochromatic Colors of #FF6F06
Black with #FF6F06
Text Example
Text Example
White with #FF6F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6F06; }
p { color: rgb(255,111,6); }
H1.HeaderClassName
{
color: #FF6F06;
}
.AnyTagClassName
{
color: #FF6F06;
}
</style>
background-color css
<style>
a { background-color: #FF6F06; }
a { background-color: rgb(255,111,6); }
div.DivClassName
{
background-color: #FF6F06;
}
.BgClassName
{
background-color: #FF6F06;
}
</style>
border-color css
<style>
span { border-color: #FF6F06; }
span { border-color: rgb(255,111,6); }
td.TdClassName
{
border-color: #FF6F06;
}
.TagClassName
{
border-color: #FF6F06;
}
</style>