Shades of Neon Carrot #FC9A2D
Tints of Neon Carrot #FC9A2D
RGB
CMYK
RGB Variations
Color information
#FC9A2D (or 0xFC9A2D) is known color: Neon Carrot. HEX triplet: FC, 9A and 2D. RGB value is (252,154,45). Sum of RGB (Red+Green+Blue) = 252+154+45=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 154 (60.55% from 255 or 34.15% from 451); Blue value is 45 (17.97% from 255 or 9.98% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9A2D is #0365D2. Grayscale: #ABABAB. Windows color (decimal): -222675 or 2988796. OLE color: 2988796.
HSL color Cylindrical-coordinate representation of color #FC9A2D: hue angle of 31.59º 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 #FC9A2D is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 154 | 45 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.01 |
| HSL | 31.59º | 0.97% | 0.58% | - |
| HSV(B) | 31.59º | 0.82% | 0.99% | - |
| XYZ | 52.17 | 44 | 8.22 | - |
| YUV | 170.88 | 56.97 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 154 | 45 | 0 | 0.39 | 0.82 | 0.01 | 31.59 | 0.97 | 0.58 |
| Hex | FC | 9A | 2D | 0 | 27 | 52 | 1 | 20 | 61 | 3A |
| Octal | 374 | 232 | 55 | 0 | 47 | 122 | 1 | 40 | 141 | 72 |
| Binary | 11111100 | 10011010 | 101101 | 0 | 100111 | 1010010 | 1 | 100000 | 1100001 | 111010 |
Color Harmonies of #FC9A2D
Complementary color
Monochromatic Colors of #FC9A2D
Black with #FC9A2D
Text Example
Text Example
White with #FC9A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9A2D; }
p { color: rgb(252,154,45); }
H1.HeaderClassName
{
color: #FC9A2D;
}
.AnyTagClassName
{
color: #FC9A2D;
}
</style>
background-color css
<style>
a { background-color: #FC9A2D; }
a { background-color: rgb(252,154,45); }
div.DivClassName
{
background-color: #FC9A2D;
}
.BgClassName
{
background-color: #FC9A2D;
}
</style>
border-color css
<style>
span { border-color: #FC9A2D; }
span { border-color: rgb(252,154,45); }
td.TdClassName
{
border-color: #FC9A2D;
}
.TagClassName
{
border-color: #FC9A2D;
}
</style>