Shades of Safety Orange #FC6706
Tints of Safety Orange #FC6706
RGB
CMYK
RGB Variations
Color information
#FC6706 (or 0xFC6706) is known color: Safety Orange. HEX triplet: FC, 67 and 06. RGB value is (252,103,6). Sum of RGB (Red+Green+Blue) = 252+103+6=361 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.81% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 6 (2.73% from 255 or 1.66% from 361); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6706 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6706 is #0398F9. Grayscale: #898989. Windows color (decimal): -235770 or 419836. OLE color: 419836.
HSL color Cylindrical-coordinate representation of color #FC6706: hue angle of 23.66º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC6706 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 6 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.01 |
| HSL | 23.66º | 0.98% | 0.51% | - |
| HSV(B) | 23.66º | 0.98% | 0.99% | - |
| XYZ | 45.03 | 30.41 | 3.67 | - |
| YUV | 136.49 | 54.36 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 6 | 0 | 0.59 | 0.98 | 0.01 | 23.66 | 0.98 | 0.51 |
| Hex | FC | 67 | 6 | 0 | 3B | 62 | 1 | 18 | 62 | 33 |
| Octal | 374 | 147 | 6 | 0 | 73 | 142 | 1 | 30 | 142 | 63 |
| Binary | 11111100 | 1100111 | 110 | 0 | 111011 | 1100010 | 1 | 11000 | 1100010 | 110011 |
Color Harmonies of #FC6706
Complementary color
Monochromatic Colors of #FC6706
Black with #FC6706
Text Example
Text Example
White with #FC6706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6706; }
p { color: rgb(252,103,6); }
H1.HeaderClassName
{
color: #FC6706;
}
.AnyTagClassName
{
color: #FC6706;
}
</style>
background-color css
<style>
a { background-color: #FC6706; }
a { background-color: rgb(252,103,6); }
div.DivClassName
{
background-color: #FC6706;
}
.BgClassName
{
background-color: #FC6706;
}
</style>
border-color css
<style>
span { border-color: #FC6706; }
span { border-color: rgb(252,103,6); }
td.TdClassName
{
border-color: #FC6706;
}
.TagClassName
{
border-color: #FC6706;
}
</style>