Shades of Safety Orange #FC690E
Tints of Safety Orange #FC690E
RGB
CMYK
RGB Variations
Color information
#FC690E (or 0xFC690E) is known color: Safety Orange. HEX triplet: FC, 69 and 0E. RGB value is (252,105,14). Sum of RGB (Red+Green+Blue) = 252+105+14=371 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.92% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 14 (5.86% from 255 or 3.77% from 371); Max value from RGB is 252 - color contains mainly: red. Hex color #FC690E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC690E is #0396F1. Grayscale: #8B8B8B. Windows color (decimal): -235250 or 944636. OLE color: 944636.
HSL color Cylindrical-coordinate representation of color #FC690E: hue angle of 22.94º 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 #FC690E is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 105 | 14 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.01 |
| HSL | 22.94º | 0.98% | 0.52% | - |
| HSV(B) | 22.94º | 0.94% | 0.99% | - |
| XYZ | 45.28 | 30.83 | 3.98 | - |
| YUV | 138.58 | 57.7 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 105 | 14 | 0 | 0.58 | 0.94 | 0.01 | 22.94 | 0.98 | 0.52 |
| Hex | FC | 69 | E | 0 | 3A | 5E | 1 | 17 | 62 | 34 |
| Octal | 374 | 151 | 16 | 0 | 72 | 136 | 1 | 27 | 142 | 64 |
| Binary | 11111100 | 1101001 | 1110 | 0 | 111010 | 1011110 | 1 | 10111 | 1100010 | 110100 |
Color Harmonies of #FC690E
Complementary color
Monochromatic Colors of #FC690E
Black with #FC690E
Text Example
Text Example
White with #FC690E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC690E; }
p { color: rgb(252,105,14); }
H1.HeaderClassName
{
color: #FC690E;
}
.AnyTagClassName
{
color: #FC690E;
}
</style>
background-color css
<style>
a { background-color: #FC690E; }
a { background-color: rgb(252,105,14); }
div.DivClassName
{
background-color: #FC690E;
}
.BgClassName
{
background-color: #FC690E;
}
</style>
border-color css
<style>
span { border-color: #FC690E; }
span { border-color: rgb(252,105,14); }
td.TdClassName
{
border-color: #FC690E;
}
.TagClassName
{
border-color: #FC690E;
}
</style>