Shades of Safety Orange #FC680A
Tints of Safety Orange #FC680A
RGB
CMYK
RGB Variations
Color information
#FC680A (or 0xFC680A) is known color: Safety Orange. HEX triplet: FC, 68 and 0A. RGB value is (252,104,10). Sum of RGB (Red+Green+Blue) = 252+104+10=366 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.85% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 10 (4.30% from 255 or 2.73% from 366); Max value from RGB is 252 - color contains mainly: red. Hex color #FC680A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC680A is #0397F5. Grayscale: #8A8A8A. Windows color (decimal): -235510 or 682236. OLE color: 682236.
HSL color Cylindrical-coordinate representation of color #FC680A: hue angle of 23.31º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC680A is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 104 | 10 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.01 |
| HSL | 23.31º | 0.98% | 0.51% | - |
| HSV(B) | 23.31º | 0.96% | 0.99% | - |
| XYZ | 45.15 | 30.62 | 3.82 | - |
| YUV | 137.54 | 56.03 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 104 | 10 | 0 | 0.59 | 0.96 | 0.01 | 23.31 | 0.98 | 0.51 |
| Hex | FC | 68 | A | 0 | 3B | 60 | 1 | 17 | 62 | 33 |
| Octal | 374 | 150 | 12 | 0 | 73 | 140 | 1 | 27 | 142 | 63 |
| Binary | 11111100 | 1101000 | 1010 | 0 | 111011 | 1100000 | 1 | 10111 | 1100010 | 110011 |
Color Harmonies of #FC680A
Complementary color
Monochromatic Colors of #FC680A
Black with #FC680A
Text Example
Text Example
White with #FC680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC680A; }
p { color: rgb(252,104,10); }
H1.HeaderClassName
{
color: #FC680A;
}
.AnyTagClassName
{
color: #FC680A;
}
</style>
background-color css
<style>
a { background-color: #FC680A; }
a { background-color: rgb(252,104,10); }
div.DivClassName
{
background-color: #FC680A;
}
.BgClassName
{
background-color: #FC680A;
}
</style>
border-color css
<style>
span { border-color: #FC680A; }
span { border-color: rgb(252,104,10); }
td.TdClassName
{
border-color: #FC680A;
}
.TagClassName
{
border-color: #FC680A;
}
</style>