Shades of Neon Carrot #FC8A2D
Tints of Neon Carrot #FC8A2D
RGB
CMYK
RGB Variations
Color information
#FC8A2D (or 0xFC8A2D) is known color: Neon Carrot. HEX triplet: FC, 8A and 2D. RGB value is (252,138,45). Sum of RGB (Red+Green+Blue) = 252+138+45=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 45 (17.97% from 255 or 10.34% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8A2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8A2D is #0375D2. Grayscale: #A1A1A1. Windows color (decimal): -226771 or 2984700. OLE color: 2984700.
HSL color Cylindrical-coordinate representation of color #FC8A2D: hue angle of 26.96º 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 #FC8A2D is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 138 | 45 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.01 |
| HSL | 26.96º | 0.97% | 0.58% | - |
| HSV(B) | 26.96º | 0.82% | 0.99% | - |
| XYZ | 49.71 | 39.06 | 7.4 | - |
| YUV | 161.48 | 62.27 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 138 | 45 | 0 | 0.45 | 0.82 | 0.01 | 26.96 | 0.97 | 0.58 |
| Hex | FC | 8A | 2D | 0 | 2D | 52 | 1 | 1B | 61 | 3A |
| Octal | 374 | 212 | 55 | 0 | 55 | 122 | 1 | 33 | 141 | 72 |
| Binary | 11111100 | 10001010 | 101101 | 0 | 101101 | 1010010 | 1 | 11011 | 1100001 | 111010 |
Color Harmonies of #FC8A2D
Complementary color
Monochromatic Colors of #FC8A2D
Black with #FC8A2D
Text Example
Text Example
White with #FC8A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8A2D; }
p { color: rgb(252,138,45); }
H1.HeaderClassName
{
color: #FC8A2D;
}
.AnyTagClassName
{
color: #FC8A2D;
}
</style>
background-color css
<style>
a { background-color: #FC8A2D; }
a { background-color: rgb(252,138,45); }
div.DivClassName
{
background-color: #FC8A2D;
}
.BgClassName
{
background-color: #FC8A2D;
}
</style>
border-color css
<style>
span { border-color: #FC8A2D; }
span { border-color: rgb(252,138,45); }
td.TdClassName
{
border-color: #FC8A2D;
}
.TagClassName
{
border-color: #FC8A2D;
}
</style>