Shades of Safety Orange #FF6D08
Tints of Safety Orange #FF6D08
RGB
CMYK
RGB Variations
Color information
#FF6D08 (or 0xFF6D08) is known color: Safety Orange. HEX triplet: FF, 6D and 08. RGB value is (255,109,8). Sum of RGB (Red+Green+Blue) = 255+109+8=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 8 (3.52% from 255 or 2.15% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6D08 is #0092F7. Grayscale: #8D8D8D. Windows color (decimal): -37624 or 552447. OLE color: 552447.
HSL color Cylindrical-coordinate representation of color #FF6D08: hue angle of 24.53º 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 #FF6D08 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 109 | 8 | - |
| CMYK | 0 | 0.57 | 0.97 | 0 |
| HSL | 24.53º | 1% | 0.52% | - |
| HSV(B) | 24.53º | 0.97% | 1% | - |
| XYZ | 46.75 | 32.21 | 3.98 | - |
| YUV | 141.14 | 52.87 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 109 | 8 | 0 | 0.57 | 0.97 | 0 | 24.53 | 1 | 0.52 |
| Hex | FF | 6D | 8 | 0 | 39 | 61 | 0 | 19 | 64 | 34 |
| Octal | 377 | 155 | 10 | 0 | 71 | 141 | 0 | 31 | 144 | 64 |
| Binary | 11111111 | 1101101 | 1000 | 0 | 111001 | 1100001 | 0 | 11001 | 1100100 | 110100 |
Color Harmonies of #FF6D08
Complementary color
Monochromatic Colors of #FF6D08
Black with #FF6D08
Text Example
Text Example
White with #FF6D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6D08; }
p { color: rgb(255,109,8); }
H1.HeaderClassName
{
color: #FF6D08;
}
.AnyTagClassName
{
color: #FF6D08;
}
</style>
background-color css
<style>
a { background-color: #FF6D08; }
a { background-color: rgb(255,109,8); }
div.DivClassName
{
background-color: #FF6D08;
}
.BgClassName
{
background-color: #FF6D08;
}
</style>
border-color css
<style>
span { border-color: #FF6D08; }
span { border-color: rgb(255,109,8); }
td.TdClassName
{
border-color: #FF6D08;
}
.TagClassName
{
border-color: #FF6D08;
}
</style>