Shades of Neon Carrot #FC8D2B
Tints of Neon Carrot #FC8D2B
RGB
CMYK
RGB Variations
Color information
#FC8D2B (or 0xFC8D2B) is known color: Neon Carrot. HEX triplet: FC, 8D and 2B. RGB value is (252,141,43). Sum of RGB (Red+Green+Blue) = 252+141+43=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 43 (17.19% from 255 or 9.86% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8D2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8D2B is #0372D4. Grayscale: #A3A3A3. Windows color (decimal): -226005 or 2854396. OLE color: 2854396.
HSL color Cylindrical-coordinate representation of color #FC8D2B: hue angle of 28.13º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC8D2B is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 141 | 43 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.01 |
| HSL | 28.13º | 0.97% | 0.58% | - |
| HSV(B) | 28.13º | 0.83% | 0.99% | - |
| XYZ | 50.11 | 39.92 | 7.35 | - |
| YUV | 163.02 | 60.27 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 141 | 43 | 0 | 0.44 | 0.83 | 0.01 | 28.13 | 0.97 | 0.58 |
| Hex | FC | 8D | 2B | 0 | 2C | 53 | 1 | 1C | 61 | 3A |
| Octal | 374 | 215 | 53 | 0 | 54 | 123 | 1 | 34 | 141 | 72 |
| Binary | 11111100 | 10001101 | 101011 | 0 | 101100 | 1010011 | 1 | 11100 | 1100001 | 111010 |
Color Harmonies of #FC8D2B
Complementary color
Monochromatic Colors of #FC8D2B
Black with #FC8D2B
Text Example
Text Example
White with #FC8D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8D2B; }
p { color: rgb(252,141,43); }
H1.HeaderClassName
{
color: #FC8D2B;
}
.AnyTagClassName
{
color: #FC8D2B;
}
</style>
background-color css
<style>
a { background-color: #FC8D2B; }
a { background-color: rgb(252,141,43); }
div.DivClassName
{
background-color: #FC8D2B;
}
.BgClassName
{
background-color: #FC8D2B;
}
</style>
border-color css
<style>
span { border-color: #FC8D2B; }
span { border-color: rgb(252,141,43); }
td.TdClassName
{
border-color: #FC8D2B;
}
.TagClassName
{
border-color: #FC8D2B;
}
</style>