Shades of Neon Carrot #FC9D3C
Tints of Neon Carrot #FC9D3C
RGB
CMYK
RGB Variations
Color information
#FC9D3C (or 0xFC9D3C) is known color: Neon Carrot. HEX triplet: FC, 9D and 3C. RGB value is (252,157,60). Sum of RGB (Red+Green+Blue) = 252+157+60=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 60 (23.83% from 255 or 12.79% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9D3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9D3C is #0362C3. Grayscale: #AEAEAE. Windows color (decimal): -221892 or 3972604. OLE color: 3972604.
HSL color Cylindrical-coordinate representation of color #FC9D3C: hue angle of 30.31º 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 #FC9D3C is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 157 | 60 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.01 |
| HSL | 30.31º | 0.97% | 0.61% | - |
| HSV(B) | 30.31º | 0.76% | 0.99% | - |
| XYZ | 53.02 | 45.14 | 10.19 | - |
| YUV | 174.35 | 63.47 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 157 | 60 | 0 | 0.38 | 0.76 | 0.01 | 30.31 | 0.97 | 0.61 |
| Hex | FC | 9D | 3C | 0 | 26 | 4C | 1 | 1E | 61 | 3D |
| Octal | 374 | 235 | 74 | 0 | 46 | 114 | 1 | 36 | 141 | 75 |
| Binary | 11111100 | 10011101 | 111100 | 0 | 100110 | 1001100 | 1 | 11110 | 1100001 | 111101 |
Color Harmonies of #FC9D3C
Complementary color
Monochromatic Colors of #FC9D3C
Black with #FC9D3C
Text Example
Text Example
White with #FC9D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9D3C; }
p { color: rgb(252,157,60); }
H1.HeaderClassName
{
color: #FC9D3C;
}
.AnyTagClassName
{
color: #FC9D3C;
}
</style>
background-color css
<style>
a { background-color: #FC9D3C; }
a { background-color: rgb(252,157,60); }
div.DivClassName
{
background-color: #FC9D3C;
}
.BgClassName
{
background-color: #FC9D3C;
}
</style>
border-color css
<style>
span { border-color: #FC9D3C; }
span { border-color: rgb(252,157,60); }
td.TdClassName
{
border-color: #FC9D3C;
}
.TagClassName
{
border-color: #FC9D3C;
}
</style>