Shades of Safety Orange #FC660C
Tints of Safety Orange #FC660C
RGB
CMYK
RGB Variations
Color information
#FC660C (or 0xFC660C) is known color: Safety Orange. HEX triplet: FC, 66 and 0C. RGB value is (252,102,12). Sum of RGB (Red+Green+Blue) = 252+102+12=366 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.85% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 12 (5.08% from 255 or 3.28% from 366); Max value from RGB is 252 - color contains mainly: red. Hex color #FC660C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC660C is #0399F3. Grayscale: #898989. Windows color (decimal): -236020 or 812796. OLE color: 812796.
HSL color Cylindrical-coordinate representation of color #FC660C: hue angle of 22.5º 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 #FC660C is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 102 | 12 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.01 |
| HSL | 22.5º | 0.98% | 0.52% | - |
| HSV(B) | 22.5º | 0.95% | 0.99% | - |
| XYZ | 44.96 | 30.22 | 3.81 | - |
| YUV | 136.59 | 57.7 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 102 | 12 | 0 | 0.60 | 0.95 | 0.01 | 22.5 | 0.98 | 0.52 |
| Hex | FC | 66 | C | 0 | 3C | 5F | 1 | 16 | 62 | 34 |
| Octal | 374 | 146 | 14 | 0 | 74 | 137 | 1 | 26 | 142 | 64 |
| Binary | 11111100 | 1100110 | 1100 | 0 | 111100 | 1011111 | 1 | 10110 | 1100010 | 110100 |
Color Harmonies of #FC660C
Complementary color
Monochromatic Colors of #FC660C
Black with #FC660C
Text Example
Text Example
White with #FC660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC660C; }
p { color: rgb(252,102,12); }
H1.HeaderClassName
{
color: #FC660C;
}
.AnyTagClassName
{
color: #FC660C;
}
</style>
background-color css
<style>
a { background-color: #FC660C; }
a { background-color: rgb(252,102,12); }
div.DivClassName
{
background-color: #FC660C;
}
.BgClassName
{
background-color: #FC660C;
}
</style>
border-color css
<style>
span { border-color: #FC660C; }
span { border-color: rgb(252,102,12); }
td.TdClassName
{
border-color: #FC660C;
}
.TagClassName
{
border-color: #FC660C;
}
</style>