Shades of Neon Carrot #FC9B2A
Tints of Neon Carrot #FC9B2A
RGB
CMYK
RGB Variations
Color information
#FC9B2A (or 0xFC9B2A) is known color: Neon Carrot. HEX triplet: FC, 9B and 2A. RGB value is (252,155,42). Sum of RGB (Red+Green+Blue) = 252+155+42=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 42 (16.80% from 255 or 9.35% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9B2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9B2A is #0364D5. Grayscale: #ABABAB. Windows color (decimal): -222422 or 2792444. OLE color: 2792444.
HSL color Cylindrical-coordinate representation of color #FC9B2A: hue angle of 32.29º 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 #FC9B2A is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 155 | 42 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.01 |
| HSL | 32.29º | 0.97% | 0.58% | - |
| HSV(B) | 32.29º | 0.83% | 0.99% | - |
| XYZ | 52.28 | 44.31 | 7.99 | - |
| YUV | 171.12 | 55.14 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 155 | 42 | 0 | 0.38 | 0.83 | 0.01 | 32.29 | 0.97 | 0.58 |
| Hex | FC | 9B | 2A | 0 | 26 | 53 | 1 | 20 | 61 | 3A |
| Octal | 374 | 233 | 52 | 0 | 46 | 123 | 1 | 40 | 141 | 72 |
| Binary | 11111100 | 10011011 | 101010 | 0 | 100110 | 1010011 | 1 | 100000 | 1100001 | 111010 |
Color Harmonies of #FC9B2A
Complementary color
Monochromatic Colors of #FC9B2A
Black with #FC9B2A
Text Example
Text Example
White with #FC9B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9B2A; }
p { color: rgb(252,155,42); }
H1.HeaderClassName
{
color: #FC9B2A;
}
.AnyTagClassName
{
color: #FC9B2A;
}
</style>
background-color css
<style>
a { background-color: #FC9B2A; }
a { background-color: rgb(252,155,42); }
div.DivClassName
{
background-color: #FC9B2A;
}
.BgClassName
{
background-color: #FC9B2A;
}
</style>
border-color css
<style>
span { border-color: #FC9B2A; }
span { border-color: rgb(252,155,42); }
td.TdClassName
{
border-color: #FC9B2A;
}
.TagClassName
{
border-color: #FC9B2A;
}
</style>