Shades of Safety Orange #FD6A0E
Tints of Safety Orange #FD6A0E
RGB
CMYK
RGB Variations
Color information
#FD6A0E (or 0xFD6A0E) is known color: Safety Orange. HEX triplet: FD, 6A and 0E. RGB value is (253,106,14). Sum of RGB (Red+Green+Blue) = 253+106+14=373 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.83% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 14 (5.86% from 255 or 3.75% from 373); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6A0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6A0E is #0295F1. Grayscale: #8B8B8B. Windows color (decimal): -169458 or 944893. OLE color: 944893.
HSL color Cylindrical-coordinate representation of color #FD6A0E: hue angle of 23.1º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD6A0E is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 106 | 14 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.01 |
| HSL | 23.1º | 0.98% | 0.52% | - |
| HSV(B) | 23.1º | 0.94% | 0.99% | - |
| XYZ | 45.74 | 31.22 | 4.03 | - |
| YUV | 139.47 | 57.2 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 106 | 14 | 0 | 0.58 | 0.94 | 0.01 | 23.1 | 0.98 | 0.52 |
| Hex | FD | 6A | E | 0 | 3A | 5E | 1 | 17 | 62 | 34 |
| Octal | 375 | 152 | 16 | 0 | 72 | 136 | 1 | 27 | 142 | 64 |
| Binary | 11111101 | 1101010 | 1110 | 0 | 111010 | 1011110 | 1 | 10111 | 1100010 | 110100 |
Color Harmonies of #FD6A0E
Complementary color
Monochromatic Colors of #FD6A0E
Black with #FD6A0E
Text Example
Text Example
White with #FD6A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6A0E; }
p { color: rgb(253,106,14); }
H1.HeaderClassName
{
color: #FD6A0E;
}
.AnyTagClassName
{
color: #FD6A0E;
}
</style>
background-color css
<style>
a { background-color: #FD6A0E; }
a { background-color: rgb(253,106,14); }
div.DivClassName
{
background-color: #FD6A0E;
}
.BgClassName
{
background-color: #FD6A0E;
}
</style>
border-color css
<style>
span { border-color: #FD6A0E; }
span { border-color: rgb(253,106,14); }
td.TdClassName
{
border-color: #FD6A0E;
}
.TagClassName
{
border-color: #FD6A0E;
}
</style>