Shades of Neon Carrot #FC8F2B
Tints of Neon Carrot #FC8F2B
RGB
CMYK
RGB Variations
Color information
#FC8F2B (or 0xFC8F2B) is known color: Neon Carrot. HEX triplet: FC, 8F and 2B. RGB value is (252,143,43). Sum of RGB (Red+Green+Blue) = 252+143+43=438 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.53% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 43 (17.19% from 255 or 9.82% from 438); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8F2B is #0370D4. Grayscale: #A4A4A4. Windows color (decimal): -225493 or 2854908. OLE color: 2854908.
HSL color Cylindrical-coordinate representation of color #FC8F2B: hue angle of 28.71º 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 #FC8F2B is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 143 | 43 | - |
| CMYK | 0 | 0.43 | 0.83 | 0.01 |
| HSL | 28.71º | 0.97% | 0.58% | - |
| HSV(B) | 28.71º | 0.83% | 0.99% | - |
| XYZ | 50.4 | 40.51 | 7.45 | - |
| YUV | 164.19 | 59.61 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 143 | 43 | 0 | 0.43 | 0.83 | 0.01 | 28.71 | 0.97 | 0.58 |
| Hex | FC | 8F | 2B | 0 | 2B | 53 | 1 | 1D | 61 | 3A |
| Octal | 374 | 217 | 53 | 0 | 53 | 123 | 1 | 35 | 141 | 72 |
| Binary | 11111100 | 10001111 | 101011 | 0 | 101011 | 1010011 | 1 | 11101 | 1100001 | 111010 |
Color Harmonies of #FC8F2B
Complementary color
Monochromatic Colors of #FC8F2B
Black with #FC8F2B
Text Example
Text Example
White with #FC8F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8F2B; }
p { color: rgb(252,143,43); }
H1.HeaderClassName
{
color: #FC8F2B;
}
.AnyTagClassName
{
color: #FC8F2B;
}
</style>
background-color css
<style>
a { background-color: #FC8F2B; }
a { background-color: rgb(252,143,43); }
div.DivClassName
{
background-color: #FC8F2B;
}
.BgClassName
{
background-color: #FC8F2B;
}
</style>
border-color css
<style>
span { border-color: #FC8F2B; }
span { border-color: rgb(252,143,43); }
td.TdClassName
{
border-color: #FC8F2B;
}
.TagClassName
{
border-color: #FC8F2B;
}
</style>