Shades of Neon Carrot #FC8D28
Tints of Neon Carrot #FC8D28
RGB
CMYK
RGB Variations
Color information
#FC8D28 (or 0xFC8D28) is known color: Neon Carrot. HEX triplet: FC, 8D and 28. RGB value is (252,141,40). Sum of RGB (Red+Green+Blue) = 252+141+40=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 40 (16.02% from 255 or 9.24% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8D28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8D28 is #0372D7. Grayscale: #A3A3A3. Windows color (decimal): -226008 or 2657788. OLE color: 2657788.
HSL color Cylindrical-coordinate representation of color #FC8D28: hue angle of 28.58º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC8D28 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 141 | 40 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.01 |
| HSL | 28.58º | 0.97% | 0.57% | - |
| HSV(B) | 28.58º | 0.84% | 0.99% | - |
| XYZ | 50.05 | 39.9 | 7.07 | - |
| YUV | 162.68 | 58.77 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 141 | 40 | 0 | 0.44 | 0.84 | 0.01 | 28.58 | 0.97 | 0.57 |
| Hex | FC | 8D | 28 | 0 | 2C | 54 | 1 | 1D | 61 | 39 |
| Octal | 374 | 215 | 50 | 0 | 54 | 124 | 1 | 35 | 141 | 71 |
| Binary | 11111100 | 10001101 | 101000 | 0 | 101100 | 1010100 | 1 | 11101 | 1100001 | 111001 |
Color Harmonies of #FC8D28
Complementary color
Monochromatic Colors of #FC8D28
Black with #FC8D28
Text Example
Text Example
White with #FC8D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8D28; }
p { color: rgb(252,141,40); }
H1.HeaderClassName
{
color: #FC8D28;
}
.AnyTagClassName
{
color: #FC8D28;
}
</style>
background-color css
<style>
a { background-color: #FC8D28; }
a { background-color: rgb(252,141,40); }
div.DivClassName
{
background-color: #FC8D28;
}
.BgClassName
{
background-color: #FC8D28;
}
</style>
border-color css
<style>
span { border-color: #FC8D28; }
span { border-color: rgb(252,141,40); }
td.TdClassName
{
border-color: #FC8D28;
}
.TagClassName
{
border-color: #FC8D28;
}
</style>