Shades of Neon Carrot #FC9C2E
Tints of Neon Carrot #FC9C2E
RGB
CMYK
RGB Variations
Color information
#FC9C2E (or 0xFC9C2E) is known color: Neon Carrot. HEX triplet: FC, 9C and 2E. RGB value is (252,156,46). Sum of RGB (Red+Green+Blue) = 252+156+46=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 46 (18.36% from 255 or 10.13% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9C2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9C2E is #0363D1. Grayscale: #ACACAC. Windows color (decimal): -222162 or 3054844. OLE color: 3054844.
HSL color Cylindrical-coordinate representation of color #FC9C2E: hue angle of 32.04º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC9C2E is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 156 | 46 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.01 |
| HSL | 32.04º | 0.97% | 0.58% | - |
| HSV(B) | 32.04º | 0.82% | 0.99% | - |
| XYZ | 52.53 | 44.67 | 8.44 | - |
| YUV | 172.16 | 56.8 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 156 | 46 | 0 | 0.38 | 0.82 | 0.01 | 32.04 | 0.97 | 0.58 |
| Hex | FC | 9C | 2E | 0 | 26 | 52 | 1 | 20 | 61 | 3A |
| Octal | 374 | 234 | 56 | 0 | 46 | 122 | 1 | 40 | 141 | 72 |
| Binary | 11111100 | 10011100 | 101110 | 0 | 100110 | 1010010 | 1 | 100000 | 1100001 | 111010 |
Color Harmonies of #FC9C2E
Complementary color
Monochromatic Colors of #FC9C2E
Black with #FC9C2E
Text Example
Text Example
White with #FC9C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9C2E; }
p { color: rgb(252,156,46); }
H1.HeaderClassName
{
color: #FC9C2E;
}
.AnyTagClassName
{
color: #FC9C2E;
}
</style>
background-color css
<style>
a { background-color: #FC9C2E; }
a { background-color: rgb(252,156,46); }
div.DivClassName
{
background-color: #FC9C2E;
}
.BgClassName
{
background-color: #FC9C2E;
}
</style>
border-color css
<style>
span { border-color: #FC9C2E; }
span { border-color: rgb(252,156,46); }
td.TdClassName
{
border-color: #FC9C2E;
}
.TagClassName
{
border-color: #FC9C2E;
}
</style>