Shades of Neon Carrot #FC9C2D
Tints of Neon Carrot #FC9C2D
RGB
CMYK
RGB Variations
Color information
#FC9C2D (or 0xFC9C2D) is known color: Neon Carrot. HEX triplet: FC, 9C and 2D. RGB value is (252,156,45). Sum of RGB (Red+Green+Blue) = 252+156+45=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 45 (17.97% from 255 or 9.93% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9C2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9C2D is #0363D2. Grayscale: #ACACAC. Windows color (decimal): -222163 or 2989308. OLE color: 2989308.
HSL color Cylindrical-coordinate representation of color #FC9C2D: hue angle of 32.17º 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 #FC9C2D is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 156 | 45 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.01 |
| HSL | 32.17º | 0.97% | 0.58% | - |
| HSV(B) | 32.17º | 0.82% | 0.99% | - |
| XYZ | 52.51 | 44.66 | 8.34 | - |
| YUV | 172.05 | 56.3 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 156 | 45 | 0 | 0.38 | 0.82 | 0.01 | 32.17 | 0.97 | 0.58 |
| Hex | FC | 9C | 2D | 0 | 26 | 52 | 1 | 20 | 61 | 3A |
| Octal | 374 | 234 | 55 | 0 | 46 | 122 | 1 | 40 | 141 | 72 |
| Binary | 11111100 | 10011100 | 101101 | 0 | 100110 | 1010010 | 1 | 100000 | 1100001 | 111010 |
Color Harmonies of #FC9C2D
Complementary color
Monochromatic Colors of #FC9C2D
Black with #FC9C2D
Text Example
Text Example
White with #FC9C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9C2D; }
p { color: rgb(252,156,45); }
H1.HeaderClassName
{
color: #FC9C2D;
}
.AnyTagClassName
{
color: #FC9C2D;
}
</style>
background-color css
<style>
a { background-color: #FC9C2D; }
a { background-color: rgb(252,156,45); }
div.DivClassName
{
background-color: #FC9C2D;
}
.BgClassName
{
background-color: #FC9C2D;
}
</style>
border-color css
<style>
span { border-color: #FC9C2D; }
span { border-color: rgb(252,156,45); }
td.TdClassName
{
border-color: #FC9C2D;
}
.TagClassName
{
border-color: #FC9C2D;
}
</style>