Shades of Safety Orange #FC680E
Tints of Safety Orange #FC680E
RGB
CMYK
RGB Variations
Color information
#FC680E (or 0xFC680E) is known color: Safety Orange. HEX triplet: FC, 68 and 0E. RGB value is (252,104,14). Sum of RGB (Red+Green+Blue) = 252+104+14=370 (49% of max value = 765). Red value is 252 (98.83% from 255 or 68.11% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 14 (5.86% from 255 or 3.78% from 370); Max value from RGB is 252 - color contains mainly: red. Hex color #FC680E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC680E is #0397F1. Grayscale: #8A8A8A. Windows color (decimal): -235506 or 944380. OLE color: 944380.
HSL color Cylindrical-coordinate representation of color #FC680E: hue angle of 22.69º 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 #FC680E is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 104 | 14 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.01 |
| HSL | 22.69º | 0.98% | 0.52% | - |
| HSV(B) | 22.69º | 0.94% | 0.99% | - |
| XYZ | 45.17 | 30.63 | 3.95 | - |
| YUV | 137.99 | 58.03 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 104 | 14 | 0 | 0.59 | 0.94 | 0.01 | 22.69 | 0.98 | 0.52 |
| Hex | FC | 68 | E | 0 | 3B | 5E | 1 | 17 | 62 | 34 |
| Octal | 374 | 150 | 16 | 0 | 73 | 136 | 1 | 27 | 142 | 64 |
| Binary | 11111100 | 1101000 | 1110 | 0 | 111011 | 1011110 | 1 | 10111 | 1100010 | 110100 |
Color Harmonies of #FC680E
Complementary color
Monochromatic Colors of #FC680E
Black with #FC680E
Text Example
Text Example
White with #FC680E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC680E; }
p { color: rgb(252,104,14); }
H1.HeaderClassName
{
color: #FC680E;
}
.AnyTagClassName
{
color: #FC680E;
}
</style>
background-color css
<style>
a { background-color: #FC680E; }
a { background-color: rgb(252,104,14); }
div.DivClassName
{
background-color: #FC680E;
}
.BgClassName
{
background-color: #FC680E;
}
</style>
border-color css
<style>
span { border-color: #FC680E; }
span { border-color: rgb(252,104,14); }
td.TdClassName
{
border-color: #FC680E;
}
.TagClassName
{
border-color: #FC680E;
}
</style>