Shades of Neon Carrot #FC9B2D
Tints of Neon Carrot #FC9B2D
RGB
CMYK
RGB Variations
Color information
#FC9B2D (or 0xFC9B2D) is known color: Neon Carrot. HEX triplet: FC, 9B and 2D. RGB value is (252,155,45). Sum of RGB (Red+Green+Blue) = 252+155+45=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 45 (17.97% from 255 or 9.96% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9B2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9B2D is #0364D2. Grayscale: #ABABAB. Windows color (decimal): -222419 or 2989052. OLE color: 2989052.
HSL color Cylindrical-coordinate representation of color #FC9B2D: hue angle of 31.88º 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 #FC9B2D is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 155 | 45 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.01 |
| HSL | 31.88º | 0.97% | 0.58% | - |
| HSV(B) | 31.88º | 0.82% | 0.99% | - |
| XYZ | 52.34 | 44.33 | 8.28 | - |
| YUV | 171.46 | 56.64 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 155 | 45 | 0 | 0.38 | 0.82 | 0.01 | 31.88 | 0.97 | 0.58 |
| Hex | FC | 9B | 2D | 0 | 26 | 52 | 1 | 20 | 61 | 3A |
| Octal | 374 | 233 | 55 | 0 | 46 | 122 | 1 | 40 | 141 | 72 |
| Binary | 11111100 | 10011011 | 101101 | 0 | 100110 | 1010010 | 1 | 100000 | 1100001 | 111010 |
Color Harmonies of #FC9B2D
Complementary color
Monochromatic Colors of #FC9B2D
Black with #FC9B2D
Text Example
Text Example
White with #FC9B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9B2D; }
p { color: rgb(252,155,45); }
H1.HeaderClassName
{
color: #FC9B2D;
}
.AnyTagClassName
{
color: #FC9B2D;
}
</style>
background-color css
<style>
a { background-color: #FC9B2D; }
a { background-color: rgb(252,155,45); }
div.DivClassName
{
background-color: #FC9B2D;
}
.BgClassName
{
background-color: #FC9B2D;
}
</style>
border-color css
<style>
span { border-color: #FC9B2D; }
span { border-color: rgb(252,155,45); }
td.TdClassName
{
border-color: #FC9B2D;
}
.TagClassName
{
border-color: #FC9B2D;
}
</style>