Shades of Safety Orange #FF6D0C
Tints of Safety Orange #FF6D0C
RGB
CMYK
RGB Variations
Color information
#FF6D0C (or 0xFF6D0C) is known color: Safety Orange. HEX triplet: FF, 6D and 0C. RGB value is (255,109,12). Sum of RGB (Red+Green+Blue) = 255+109+12=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6D0C is #0092F3. Grayscale: #8E8E8E. Windows color (decimal): -37620 or 814591. OLE color: 814591.
HSL color Cylindrical-coordinate representation of color #FF6D0C: hue angle of 23.95º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF6D0C is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 109 | 12 | - |
| CMYK | 0 | 0.57 | 0.95 | 0 |
| HSL | 23.95º | 1% | 0.52% | - |
| HSV(B) | 23.95º | 0.95% | 1% | - |
| XYZ | 46.78 | 32.22 | 4.1 | - |
| YUV | 141.6 | 54.87 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 109 | 12 | 0 | 0.57 | 0.95 | 0 | 23.95 | 1 | 0.52 |
| Hex | FF | 6D | C | 0 | 39 | 5F | 0 | 18 | 64 | 34 |
| Octal | 377 | 155 | 14 | 0 | 71 | 137 | 0 | 30 | 144 | 64 |
| Binary | 11111111 | 1101101 | 1100 | 0 | 111001 | 1011111 | 0 | 11000 | 1100100 | 110100 |
Color Harmonies of #FF6D0C
Complementary color
Monochromatic Colors of #FF6D0C
Black with #FF6D0C
Text Example
Text Example
White with #FF6D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6D0C; }
p { color: rgb(255,109,12); }
H1.HeaderClassName
{
color: #FF6D0C;
}
.AnyTagClassName
{
color: #FF6D0C;
}
</style>
background-color css
<style>
a { background-color: #FF6D0C; }
a { background-color: rgb(255,109,12); }
div.DivClassName
{
background-color: #FF6D0C;
}
.BgClassName
{
background-color: #FF6D0C;
}
</style>
border-color css
<style>
span { border-color: #FF6D0C; }
span { border-color: rgb(255,109,12); }
td.TdClassName
{
border-color: #FF6D0C;
}
.TagClassName
{
border-color: #FF6D0C;
}
</style>