Shades of Safety Orange #FC6700
Tints of Safety Orange #FC6700
RGB
CMYK
RGB Variations
Color information
#FC6700 (or 0xFC6700) is known color: Safety Orange. HEX triplet: FC, 67 and 00. RGB value is (252,103,0). Sum of RGB (Red+Green+Blue) = 252+103+0=355 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.99% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6700 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6700 is #0398FF. Grayscale: #888888. Windows color (decimal): -235776 or 26620. OLE color: 26620.
HSL color Cylindrical-coordinate representation of color #FC6700: hue angle of 24.52º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC6700 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.01 |
| HSL | 24.52º | 1% | 0.49% | - |
| HSV(B) | 24.52º | 1% | 0.99% | - |
| XYZ | 45 | 30.4 | 3.5 | - |
| YUV | 135.81 | 51.36 | 210.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 0 | 0 | 0.59 | 1 | 0.01 | 24.52 | 1 | 0.49 |
| Hex | FC | 67 | 0 | 0 | 3B | 64 | 1 | 19 | 64 | 31 |
| Octal | 374 | 147 | 0 | 0 | 73 | 144 | 1 | 31 | 144 | 61 |
| Binary | 11111100 | 1100111 | 0 | 0 | 111011 | 1100100 | 1 | 11001 | 1100100 | 110001 |
Color Harmonies of #FC6700
Complementary color
Monochromatic Colors of #FC6700
Black with #FC6700
Text Example
Text Example
White with #FC6700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6700; }
p { color: rgb(252,103,0); }
H1.HeaderClassName
{
color: #FC6700;
}
.AnyTagClassName
{
color: #FC6700;
}
</style>
background-color css
<style>
a { background-color: #FC6700; }
a { background-color: rgb(252,103,0); }
div.DivClassName
{
background-color: #FC6700;
}
.BgClassName
{
background-color: #FC6700;
}
</style>
border-color css
<style>
span { border-color: #FC6700; }
span { border-color: rgb(252,103,0); }
td.TdClassName
{
border-color: #FC6700;
}
.TagClassName
{
border-color: #FC6700;
}
</style>