Shades of Neon Carrot #FC8F2D
Tints of Neon Carrot #FC8F2D
RGB
CMYK
RGB Variations
Color information
#FC8F2D (or 0xFC8F2D) is known color: Neon Carrot. HEX triplet: FC, 8F and 2D. RGB value is (252,143,45). Sum of RGB (Red+Green+Blue) = 252+143+45=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 143 (56.25% from 255 or 32.5% from 440); Blue value is 45 (17.97% from 255 or 10.23% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8F2D is #0370D2. Grayscale: #A4A4A4. Windows color (decimal): -225491 or 2985980. OLE color: 2985980.
HSL color Cylindrical-coordinate representation of color #FC8F2D: hue angle of 28.41º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC8F2D is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 143 | 45 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.01 |
| HSL | 28.41º | 0.97% | 0.58% | - |
| HSV(B) | 28.41º | 0.82% | 0.99% | - |
| XYZ | 50.44 | 40.53 | 7.65 | - |
| YUV | 164.42 | 60.61 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 143 | 45 | 0 | 0.43 | 0.82 | 0.01 | 28.41 | 0.97 | 0.58 |
| Hex | FC | 8F | 2D | 0 | 2B | 52 | 1 | 1C | 61 | 3A |
| Octal | 374 | 217 | 55 | 0 | 53 | 122 | 1 | 34 | 141 | 72 |
| Binary | 11111100 | 10001111 | 101101 | 0 | 101011 | 1010010 | 1 | 11100 | 1100001 | 111010 |
Color Harmonies of #FC8F2D
Complementary color
Monochromatic Colors of #FC8F2D
Black with #FC8F2D
Text Example
Text Example
White with #FC8F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8F2D; }
p { color: rgb(252,143,45); }
H1.HeaderClassName
{
color: #FC8F2D;
}
.AnyTagClassName
{
color: #FC8F2D;
}
</style>
background-color css
<style>
a { background-color: #FC8F2D; }
a { background-color: rgb(252,143,45); }
div.DivClassName
{
background-color: #FC8F2D;
}
.BgClassName
{
background-color: #FC8F2D;
}
</style>
border-color css
<style>
span { border-color: #FC8F2D; }
span { border-color: rgb(252,143,45); }
td.TdClassName
{
border-color: #FC8F2D;
}
.TagClassName
{
border-color: #FC8F2D;
}
</style>