Shades of Neon Carrot #FC963C
Tints of Neon Carrot #FC963C
RGB
CMYK
RGB Variations
Color information
#FC963C (or 0xFC963C) is known color: Neon Carrot. HEX triplet: FC, 96 and 3C. RGB value is (252,150,60). Sum of RGB (Red+Green+Blue) = 252+150+60=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 60 (23.83% from 255 or 12.99% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC963C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC963C is #0369C3. Grayscale: #AAAAAA. Windows color (decimal): -223684 or 3970812. OLE color: 3970812.
HSL color Cylindrical-coordinate representation of color #FC963C: hue angle of 28.12º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FC963C is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 150 | 60 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.01 |
| HSL | 28.13º | 0.97% | 0.61% | - |
| HSV(B) | 28.13º | 0.76% | 0.99% | - |
| XYZ | 51.87 | 42.83 | 9.81 | - |
| YUV | 170.24 | 65.79 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 150 | 60 | 0 | 0.40 | 0.76 | 0.01 | 28.13 | 0.97 | 0.61 |
| Hex | FC | 96 | 3C | 0 | 28 | 4C | 1 | 1C | 61 | 3D |
| Octal | 374 | 226 | 74 | 0 | 50 | 114 | 1 | 34 | 141 | 75 |
| Binary | 11111100 | 10010110 | 111100 | 0 | 101000 | 1001100 | 1 | 11100 | 1100001 | 111101 |
Color Harmonies of #FC963C
Complementary color
Monochromatic Colors of #FC963C
Black with #FC963C
Text Example
Text Example
White with #FC963C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC963C; }
p { color: rgb(252,150,60); }
H1.HeaderClassName
{
color: #FC963C;
}
.AnyTagClassName
{
color: #FC963C;
}
</style>
background-color css
<style>
a { background-color: #FC963C; }
a { background-color: rgb(252,150,60); }
div.DivClassName
{
background-color: #FC963C;
}
.BgClassName
{
background-color: #FC963C;
}
</style>
border-color css
<style>
span { border-color: #FC963C; }
span { border-color: rgb(252,150,60); }
td.TdClassName
{
border-color: #FC963C;
}
.TagClassName
{
border-color: #FC963C;
}
</style>