Shades of Neon Carrot #FC942A
Tints of Neon Carrot #FC942A
RGB
CMYK
RGB Variations
Color information
#FC942A (or 0xFC942A) is known color: Neon Carrot. HEX triplet: FC, 94 and 2A. RGB value is (252,148,42). Sum of RGB (Red+Green+Blue) = 252+148+42=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 148 (58.20% from 255 or 33.48% from 442); Blue value is 42 (16.80% from 255 or 9.50% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FC942A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC942A is #036BD5. Grayscale: #A7A7A7. Windows color (decimal): -224214 or 2790652. OLE color: 2790652.
HSL color Cylindrical-coordinate representation of color #FC942A: hue angle of 30.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 #FC942A is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 148 | 42 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.01 |
| HSL | 30.29º | 0.97% | 0.58% | - |
| HSV(B) | 30.29º | 0.83% | 0.99% | - |
| XYZ | 51.15 | 42.04 | 7.61 | - |
| YUV | 167.01 | 57.46 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 148 | 42 | 0 | 0.41 | 0.83 | 0.01 | 30.29 | 0.97 | 0.58 |
| Hex | FC | 94 | 2A | 0 | 29 | 53 | 1 | 1E | 61 | 3A |
| Octal | 374 | 224 | 52 | 0 | 51 | 123 | 1 | 36 | 141 | 72 |
| Binary | 11111100 | 10010100 | 101010 | 0 | 101001 | 1010011 | 1 | 11110 | 1100001 | 111010 |
Color Harmonies of #FC942A
Complementary color
Monochromatic Colors of #FC942A
Black with #FC942A
Text Example
Text Example
White with #FC942A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC942A; }
p { color: rgb(252,148,42); }
H1.HeaderClassName
{
color: #FC942A;
}
.AnyTagClassName
{
color: #FC942A;
}
</style>
background-color css
<style>
a { background-color: #FC942A; }
a { background-color: rgb(252,148,42); }
div.DivClassName
{
background-color: #FC942A;
}
.BgClassName
{
background-color: #FC942A;
}
</style>
border-color css
<style>
span { border-color: #FC942A; }
span { border-color: rgb(252,148,42); }
td.TdClassName
{
border-color: #FC942A;
}
.TagClassName
{
border-color: #FC942A;
}
</style>