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