Shades of Neon Carrot #FC8C2B
Tints of Neon Carrot #FC8C2B
RGB
CMYK
RGB Variations
Color information
#FC8C2B (or 0xFC8C2B) is known color: Neon Carrot. HEX triplet: FC, 8C and 2B. RGB value is (252,140,43). Sum of RGB (Red+Green+Blue) = 252+140+43=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 43 (17.19% from 255 or 9.89% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8C2B is #0373D4. Grayscale: #A2A2A2. Windows color (decimal): -226261 or 2854140. OLE color: 2854140.
HSL color Cylindrical-coordinate representation of color #FC8C2B: hue angle of 27.85º 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 #FC8C2B is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 43 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.01 |
| HSL | 27.85º | 0.97% | 0.58% | - |
| HSV(B) | 27.85º | 0.83% | 0.99% | - |
| XYZ | 49.96 | 39.63 | 7.3 | - |
| YUV | 162.43 | 60.61 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 43 | 0 | 0.44 | 0.83 | 0.01 | 27.85 | 0.97 | 0.58 |
| Hex | FC | 8C | 2B | 0 | 2C | 53 | 1 | 1C | 61 | 3A |
| Octal | 374 | 214 | 53 | 0 | 54 | 123 | 1 | 34 | 141 | 72 |
| Binary | 11111100 | 10001100 | 101011 | 0 | 101100 | 1010011 | 1 | 11100 | 1100001 | 111010 |
Color Harmonies of #FC8C2B
Complementary color
Monochromatic Colors of #FC8C2B
Black with #FC8C2B
Text Example
Text Example
White with #FC8C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8C2B; }
p { color: rgb(252,140,43); }
H1.HeaderClassName
{
color: #FC8C2B;
}
.AnyTagClassName
{
color: #FC8C2B;
}
</style>
background-color css
<style>
a { background-color: #FC8C2B; }
a { background-color: rgb(252,140,43); }
div.DivClassName
{
background-color: #FC8C2B;
}
.BgClassName
{
background-color: #FC8C2B;
}
</style>
border-color css
<style>
span { border-color: #FC8C2B; }
span { border-color: rgb(252,140,43); }
td.TdClassName
{
border-color: #FC8C2B;
}
.TagClassName
{
border-color: #FC8C2B;
}
</style>