Shades of Neon Carrot #FC8C2F
Tints of Neon Carrot #FC8C2F
RGB
CMYK
RGB Variations
Color information
#FC8C2F (or 0xFC8C2F) is known color: Neon Carrot. HEX triplet: FC, 8C and 2F. RGB value is (252,140,47). Sum of RGB (Red+Green+Blue) = 252+140+47=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 47 (18.75% from 255 or 10.71% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8C2F is #0373D0. Grayscale: #A3A3A3. Windows color (decimal): -226257 or 3116284. OLE color: 3116284.
HSL color Cylindrical-coordinate representation of color #FC8C2F: hue angle of 27.22º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC8C2F is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 47 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.01 |
| HSL | 27.22º | 0.97% | 0.59% | - |
| HSV(B) | 27.22º | 0.81% | 0.99% | - |
| XYZ | 50.04 | 39.66 | 7.71 | - |
| YUV | 162.89 | 62.61 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 47 | 0 | 0.44 | 0.81 | 0.01 | 27.22 | 0.97 | 0.59 |
| Hex | FC | 8C | 2F | 0 | 2C | 51 | 1 | 1B | 61 | 3B |
| Octal | 374 | 214 | 57 | 0 | 54 | 121 | 1 | 33 | 141 | 73 |
| Binary | 11111100 | 10001100 | 101111 | 0 | 101100 | 1010001 | 1 | 11011 | 1100001 | 111011 |
Color Harmonies of #FC8C2F
Complementary color
Monochromatic Colors of #FC8C2F
Black with #FC8C2F
Text Example
Text Example
White with #FC8C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8C2F; }
p { color: rgb(252,140,47); }
H1.HeaderClassName
{
color: #FC8C2F;
}
.AnyTagClassName
{
color: #FC8C2F;
}
</style>
background-color css
<style>
a { background-color: #FC8C2F; }
a { background-color: rgb(252,140,47); }
div.DivClassName
{
background-color: #FC8C2F;
}
.BgClassName
{
background-color: #FC8C2F;
}
</style>
border-color css
<style>
span { border-color: #FC8C2F; }
span { border-color: rgb(252,140,47); }
td.TdClassName
{
border-color: #FC8C2F;
}
.TagClassName
{
border-color: #FC8C2F;
}
</style>