Shades of Neon Carrot #FC922A
Tints of Neon Carrot #FC922A
RGB
CMYK
RGB Variations
Color information
#FC922A (or 0xFC922A) is known color: Neon Carrot. HEX triplet: FC, 92 and 2A. RGB value is (252,146,42). Sum of RGB (Red+Green+Blue) = 252+146+42=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 42 (16.80% from 255 or 9.55% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC922A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC922A is #036DD5. Grayscale: #A6A6A6. Windows color (decimal): -224726 or 2790140. OLE color: 2790140.
HSL color Cylindrical-coordinate representation of color #FC922A: hue angle of 29.71º 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 #FC922A is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 146 | 42 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.01 |
| HSL | 29.71º | 0.97% | 0.58% | - |
| HSV(B) | 29.71º | 0.83% | 0.99% | - |
| XYZ | 50.84 | 41.42 | 7.51 | - |
| YUV | 165.84 | 58.12 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 146 | 42 | 0 | 0.42 | 0.83 | 0.01 | 29.71 | 0.97 | 0.58 |
| Hex | FC | 92 | 2A | 0 | 2A | 53 | 1 | 1E | 61 | 3A |
| Octal | 374 | 222 | 52 | 0 | 52 | 123 | 1 | 36 | 141 | 72 |
| Binary | 11111100 | 10010010 | 101010 | 0 | 101010 | 1010011 | 1 | 11110 | 1100001 | 111010 |
Color Harmonies of #FC922A
Complementary color
Monochromatic Colors of #FC922A
Black with #FC922A
Text Example
Text Example
White with #FC922A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC922A; }
p { color: rgb(252,146,42); }
H1.HeaderClassName
{
color: #FC922A;
}
.AnyTagClassName
{
color: #FC922A;
}
</style>
background-color css
<style>
a { background-color: #FC922A; }
a { background-color: rgb(252,146,42); }
div.DivClassName
{
background-color: #FC922A;
}
.BgClassName
{
background-color: #FC922A;
}
</style>
border-color css
<style>
span { border-color: #FC922A; }
span { border-color: rgb(252,146,42); }
td.TdClassName
{
border-color: #FC922A;
}
.TagClassName
{
border-color: #FC922A;
}
</style>