Shades of Safety Orange #FF6D05
Tints of Safety Orange #FF6D05
RGB
CMYK
RGB Variations
Color information
#FF6D05 (or 0xFF6D05) is known color: Safety Orange. HEX triplet: FF, 6D and 05. RGB value is (255,109,5). Sum of RGB (Red+Green+Blue) = 255+109+5=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 5 (2.34% from 255 or 1.36% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6D05 is #0092FA. Grayscale: #8D8D8D. Windows color (decimal): -37627 or 355839. OLE color: 355839.
HSL color Cylindrical-coordinate representation of color #FF6D05: hue angle of 24.96º 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 #FF6D05 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 109 | 5 | - |
| CMYK | 0 | 0.57 | 0.98 | 0 |
| HSL | 24.96º | 1% | 0.51% | - |
| HSV(B) | 24.96º | 0.98% | 1% | - |
| XYZ | 46.74 | 32.21 | 3.9 | - |
| YUV | 140.8 | 51.37 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 109 | 5 | 0 | 0.57 | 0.98 | 0 | 24.96 | 1 | 0.51 |
| Hex | FF | 6D | 5 | 0 | 39 | 62 | 0 | 19 | 64 | 33 |
| Octal | 377 | 155 | 5 | 0 | 71 | 142 | 0 | 31 | 144 | 63 |
| Binary | 11111111 | 1101101 | 101 | 0 | 111001 | 1100010 | 0 | 11001 | 1100100 | 110011 |
Color Harmonies of #FF6D05
Complementary color
Monochromatic Colors of #FF6D05
Black with #FF6D05
Text Example
Text Example
White with #FF6D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6D05; }
p { color: rgb(255,109,5); }
H1.HeaderClassName
{
color: #FF6D05;
}
.AnyTagClassName
{
color: #FF6D05;
}
</style>
background-color css
<style>
a { background-color: #FF6D05; }
a { background-color: rgb(255,109,5); }
div.DivClassName
{
background-color: #FF6D05;
}
.BgClassName
{
background-color: #FF6D05;
}
</style>
border-color css
<style>
span { border-color: #FF6D05; }
span { border-color: rgb(255,109,5); }
td.TdClassName
{
border-color: #FF6D05;
}
.TagClassName
{
border-color: #FF6D05;
}
</style>