Shades of Safety Orange #FF6F05
Tints of Safety Orange #FF6F05
RGB
CMYK
RGB Variations
Color information
#FF6F05 (or 0xFF6F05) is known color: Safety Orange. HEX triplet: FF, 6F and 05. RGB value is (255,111,5). Sum of RGB (Red+Green+Blue) = 255+111+5=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 5 (2.34% from 255 or 1.35% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6F05 is #0090FA. Grayscale: #8E8E8E. Windows color (decimal): -37115 or 356351. OLE color: 356351.
HSL color Cylindrical-coordinate representation of color #FF6F05: hue angle of 25.44º 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 #FF6F05 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 5 | - |
| CMYK | 0 | 0.56 | 0.98 | 0 |
| HSL | 25.44º | 1% | 0.51% | - |
| HSV(B) | 25.44º | 0.98% | 1% | - |
| XYZ | 46.95 | 32.64 | 3.97 | - |
| YUV | 141.97 | 50.71 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 5 | 0 | 0.56 | 0.98 | 0 | 25.44 | 1 | 0.51 |
| Hex | FF | 6F | 5 | 0 | 38 | 62 | 0 | 19 | 64 | 33 |
| Octal | 377 | 157 | 5 | 0 | 70 | 142 | 0 | 31 | 144 | 63 |
| Binary | 11111111 | 1101111 | 101 | 0 | 111000 | 1100010 | 0 | 11001 | 1100100 | 110011 |
Color Harmonies of #FF6F05
Complementary color
Monochromatic Colors of #FF6F05
Black with #FF6F05
Text Example
Text Example
White with #FF6F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6F05; }
p { color: rgb(255,111,5); }
H1.HeaderClassName
{
color: #FF6F05;
}
.AnyTagClassName
{
color: #FF6F05;
}
</style>
background-color css
<style>
a { background-color: #FF6F05; }
a { background-color: rgb(255,111,5); }
div.DivClassName
{
background-color: #FF6F05;
}
.BgClassName
{
background-color: #FF6F05;
}
</style>
border-color css
<style>
span { border-color: #FF6F05; }
span { border-color: rgb(255,111,5); }
td.TdClassName
{
border-color: #FF6F05;
}
.TagClassName
{
border-color: #FF6F05;
}
</style>