Shades of Safety Orange #FC690C
Tints of Safety Orange #FC690C
RGB
CMYK
RGB Variations
Color information
#FC690C (or 0xFC690C) is known color: Safety Orange. HEX triplet: FC, 69 and 0C. RGB value is (252,105,12). Sum of RGB (Red+Green+Blue) = 252+105+12=369 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.29% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 12 (5.08% from 255 or 3.25% from 369); Max value from RGB is 252 - color contains mainly: red. Hex color #FC690C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC690C is #0396F3. Grayscale: #8A8A8A. Windows color (decimal): -235252 or 813564. OLE color: 813564.
HSL color Cylindrical-coordinate representation of color #FC690C: hue angle of 23.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC690C is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 105 | 12 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.01 |
| HSL | 23.25º | 0.98% | 0.52% | - |
| HSV(B) | 23.25º | 0.95% | 0.99% | - |
| XYZ | 45.26 | 30.83 | 3.91 | - |
| YUV | 138.35 | 56.7 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 105 | 12 | 0 | 0.58 | 0.95 | 0.01 | 23.25 | 0.98 | 0.52 |
| Hex | FC | 69 | C | 0 | 3A | 5F | 1 | 17 | 62 | 34 |
| Octal | 374 | 151 | 14 | 0 | 72 | 137 | 1 | 27 | 142 | 64 |
| Binary | 11111100 | 1101001 | 1100 | 0 | 111010 | 1011111 | 1 | 10111 | 1100010 | 110100 |
Color Harmonies of #FC690C
Complementary color
Monochromatic Colors of #FC690C
Black with #FC690C
Text Example
Text Example
White with #FC690C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC690C; }
p { color: rgb(252,105,12); }
H1.HeaderClassName
{
color: #FC690C;
}
.AnyTagClassName
{
color: #FC690C;
}
</style>
background-color css
<style>
a { background-color: #FC690C; }
a { background-color: rgb(252,105,12); }
div.DivClassName
{
background-color: #FC690C;
}
.BgClassName
{
background-color: #FC690C;
}
</style>
border-color css
<style>
span { border-color: #FC690C; }
span { border-color: rgb(252,105,12); }
td.TdClassName
{
border-color: #FC690C;
}
.TagClassName
{
border-color: #FC690C;
}
</style>