Shades of Safety Orange #FF6D0A
Tints of Safety Orange #FF6D0A
RGB
CMYK
RGB Variations
Color information
#FF6D0A (or 0xFF6D0A) is known color: Safety Orange. HEX triplet: FF, 6D and 0A. RGB value is (255,109,10). Sum of RGB (Red+Green+Blue) = 255+109+10=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 10 (4.30% from 255 or 2.67% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6D0A is #0092F5. Grayscale: #8D8D8D. Windows color (decimal): -37622 or 683519. OLE color: 683519.
HSL color Cylindrical-coordinate representation of color #FF6D0A: hue angle of 24.24º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF6D0A is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 109 | 10 | - |
CMYK | 0 | 0.57 | 0.96 | 0 |
HSL | 24.24º | 1% | 0.52% | - |
HSV(B) | 24.24º | 0.96% | 1% | - |
XYZ | 46.76 | 32.22 | 4.04 | - |
YUV | 141.37 | 53.87 | 209.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 109 | 10 | 0 | 0.57 | 0.96 | 0 | 24.24 | 1 | 0.52 |
Hex | FF | 6D | A | 0 | 39 | 60 | 0 | 18 | 64 | 34 |
Octal | 377 | 155 | 12 | 0 | 71 | 140 | 0 | 30 | 144 | 64 |
Binary | 11111111 | 1101101 | 1010 | 0 | 111001 | 1100000 | 0 | 11000 | 1100100 | 110100 |
Color Harmonies of #FF6D0A
Complementary color
Monochromatic Colors of #FF6D0A
Black with #FF6D0A
Text Example
Text Example
White with #FF6D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6D0A; }
p { color: rgb(255,109,10); }
H1.HeaderClassName
{
color: #FF6D0A;
}
.AnyTagClassName
{
color: #FF6D0A;
}
</style>
background-color css
<style>
a { background-color: #FF6D0A; }
a { background-color: rgb(255,109,10); }
div.DivClassName
{
background-color: #FF6D0A;
}
.BgClassName
{
background-color: #FF6D0A;
}
</style>
border-color css
<style>
span { border-color: #FF6D0A; }
span { border-color: rgb(255,109,10); }
td.TdClassName
{
border-color: #FF6D0A;
}
.TagClassName
{
border-color: #FF6D0A;
}
</style>