Shades of Neon Carrot #FC902A
Tints of Neon Carrot #FC902A
RGB
CMYK
RGB Variations
Color information
#FC902A (or 0xFC902A) is known color: Neon Carrot. HEX triplet: FC, 90 and 2A. RGB value is (252,144,42). Sum of RGB (Red+Green+Blue) = 252+144+42=438 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.53% from 438); Green value is 144 (56.64% from 255 or 32.88% from 438); Blue value is 42 (16.80% from 255 or 9.59% from 438); Max value from RGB is 252 - color contains mainly: red. Hex color #FC902A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC902A is #036FD5. Grayscale: #A5A5A5. Windows color (decimal): -225238 or 2789628. OLE color: 2789628.
HSL color Cylindrical-coordinate representation of color #FC902A: hue angle of 29.14º 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 #FC902A is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 144 | 42 | - |
| CMYK | 0 | 0.43 | 0.83 | 0.01 |
| HSL | 29.14º | 0.97% | 0.58% | - |
| HSV(B) | 29.14º | 0.83% | 0.99% | - |
| XYZ | 50.54 | 40.81 | 7.4 | - |
| YUV | 164.66 | 58.78 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 144 | 42 | 0 | 0.43 | 0.83 | 0.01 | 29.14 | 0.97 | 0.58 |
| Hex | FC | 90 | 2A | 0 | 2B | 53 | 1 | 1D | 61 | 3A |
| Octal | 374 | 220 | 52 | 0 | 53 | 123 | 1 | 35 | 141 | 72 |
| Binary | 11111100 | 10010000 | 101010 | 0 | 101011 | 1010011 | 1 | 11101 | 1100001 | 111010 |
Color Harmonies of #FC902A
Complementary color
Monochromatic Colors of #FC902A
Black with #FC902A
Text Example
Text Example
White with #FC902A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC902A; }
p { color: rgb(252,144,42); }
H1.HeaderClassName
{
color: #FC902A;
}
.AnyTagClassName
{
color: #FC902A;
}
</style>
background-color css
<style>
a { background-color: #FC902A; }
a { background-color: rgb(252,144,42); }
div.DivClassName
{
background-color: #FC902A;
}
.BgClassName
{
background-color: #FC902A;
}
</style>
border-color css
<style>
span { border-color: #FC902A; }
span { border-color: rgb(252,144,42); }
td.TdClassName
{
border-color: #FC902A;
}
.TagClassName
{
border-color: #FC902A;
}
</style>