Shades of Neon Carrot #FC9D32
Tints of Neon Carrot #FC9D32
RGB
CMYK
RGB Variations
Color information
#FC9D32 (or 0xFC9D32) is known color: Neon Carrot. HEX triplet: FC, 9D and 32. RGB value is (252,157,50). Sum of RGB (Red+Green+Blue) = 252+157+50=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 50 (19.92% from 255 or 10.89% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9D32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9D32 is #0362CD. Grayscale: #ADADAD. Windows color (decimal): -221902 or 3317244. OLE color: 3317244.
HSL color Cylindrical-coordinate representation of color #FC9D32: hue angle of 31.78º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC9D32 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 157 | 50 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.01 |
| HSL | 31.78º | 0.97% | 0.59% | - |
| HSV(B) | 31.78º | 0.8% | 0.99% | - |
| XYZ | 52.78 | 45.04 | 8.93 | - |
| YUV | 173.21 | 58.47 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 157 | 50 | 0 | 0.38 | 0.80 | 0.01 | 31.78 | 0.97 | 0.59 |
| Hex | FC | 9D | 32 | 0 | 26 | 50 | 1 | 20 | 61 | 3B |
| Octal | 374 | 235 | 62 | 0 | 46 | 120 | 1 | 40 | 141 | 73 |
| Binary | 11111100 | 10011101 | 110010 | 0 | 100110 | 1010000 | 1 | 100000 | 1100001 | 111011 |
Color Harmonies of #FC9D32
Complementary color
Monochromatic Colors of #FC9D32
Black with #FC9D32
Text Example
Text Example
White with #FC9D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9D32; }
p { color: rgb(252,157,50); }
H1.HeaderClassName
{
color: #FC9D32;
}
.AnyTagClassName
{
color: #FC9D32;
}
</style>
background-color css
<style>
a { background-color: #FC9D32; }
a { background-color: rgb(252,157,50); }
div.DivClassName
{
background-color: #FC9D32;
}
.BgClassName
{
background-color: #FC9D32;
}
</style>
border-color css
<style>
span { border-color: #FC9D32; }
span { border-color: rgb(252,157,50); }
td.TdClassName
{
border-color: #FC9D32;
}
.TagClassName
{
border-color: #FC9D32;
}
</style>