Shades of Safety Orange #FD680E
Tints of Safety Orange #FD680E
RGB
CMYK
RGB Variations
Color information
#FD680E (or 0xFD680E) is known color: Safety Orange. HEX triplet: FD, 68 and 0E. RGB value is (253,104,14). Sum of RGB (Red+Green+Blue) = 253+104+14=371 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.19% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 14 (5.86% from 255 or 3.77% from 371); Max value from RGB is 253 - color contains mainly: red. Hex color #FD680E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD680E is #0297F1. Grayscale: #8A8A8A. Windows color (decimal): -169970 or 944381. OLE color: 944381.
HSL color Cylindrical-coordinate representation of color #FD680E: hue angle of 22.59º 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 #FD680E is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 104 | 14 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.01 |
| HSL | 22.59º | 0.98% | 0.52% | - |
| HSV(B) | 22.59º | 0.94% | 0.99% | - |
| XYZ | 45.54 | 30.81 | 3.96 | - |
| YUV | 138.29 | 57.86 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 104 | 14 | 0 | 0.59 | 0.94 | 0.01 | 22.59 | 0.98 | 0.52 |
| Hex | FD | 68 | E | 0 | 3B | 5E | 1 | 17 | 62 | 34 |
| Octal | 375 | 150 | 16 | 0 | 73 | 136 | 1 | 27 | 142 | 64 |
| Binary | 11111101 | 1101000 | 1110 | 0 | 111011 | 1011110 | 1 | 10111 | 1100010 | 110100 |
Color Harmonies of #FD680E
Complementary color
Monochromatic Colors of #FD680E
Black with #FD680E
Text Example
Text Example
White with #FD680E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD680E; }
p { color: rgb(253,104,14); }
H1.HeaderClassName
{
color: #FD680E;
}
.AnyTagClassName
{
color: #FD680E;
}
</style>
background-color css
<style>
a { background-color: #FD680E; }
a { background-color: rgb(253,104,14); }
div.DivClassName
{
background-color: #FD680E;
}
.BgClassName
{
background-color: #FD680E;
}
</style>
border-color css
<style>
span { border-color: #FD680E; }
span { border-color: rgb(253,104,14); }
td.TdClassName
{
border-color: #FD680E;
}
.TagClassName
{
border-color: #FD680E;
}
</style>