Shades of Neon Carrot #FC902F
Tints of Neon Carrot #FC902F
RGB
CMYK
RGB Variations
Color information
#FC902F (or 0xFC902F) is known color: Neon Carrot. HEX triplet: FC, 90 and 2F. RGB value is (252,144,47). Sum of RGB (Red+Green+Blue) = 252+144+47=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 47 (18.75% from 255 or 10.61% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC902F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC902F is #036FD0. Grayscale: #A5A5A5. Windows color (decimal): -225233 or 3117308. OLE color: 3117308.
HSL color Cylindrical-coordinate representation of color #FC902F: hue angle of 28.39º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC902F is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 144 | 47 | - |
| CMYK | 0 | 0.43 | 0.81 | 0.01 |
| HSL | 28.39º | 0.97% | 0.59% | - |
| HSV(B) | 28.39º | 0.81% | 0.99% | - |
| XYZ | 50.63 | 40.85 | 7.91 | - |
| YUV | 165.23 | 61.28 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 144 | 47 | 0 | 0.43 | 0.81 | 0.01 | 28.39 | 0.97 | 0.59 |
| Hex | FC | 90 | 2F | 0 | 2B | 51 | 1 | 1C | 61 | 3B |
| Octal | 374 | 220 | 57 | 0 | 53 | 121 | 1 | 34 | 141 | 73 |
| Binary | 11111100 | 10010000 | 101111 | 0 | 101011 | 1010001 | 1 | 11100 | 1100001 | 111011 |
Color Harmonies of #FC902F
Complementary color
Monochromatic Colors of #FC902F
Black with #FC902F
Text Example
Text Example
White with #FC902F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC902F; }
p { color: rgb(252,144,47); }
H1.HeaderClassName
{
color: #FC902F;
}
.AnyTagClassName
{
color: #FC902F;
}
</style>
background-color css
<style>
a { background-color: #FC902F; }
a { background-color: rgb(252,144,47); }
div.DivClassName
{
background-color: #FC902F;
}
.BgClassName
{
background-color: #FC902F;
}
</style>
border-color css
<style>
span { border-color: #FC902F; }
span { border-color: rgb(252,144,47); }
td.TdClassName
{
border-color: #FC902F;
}
.TagClassName
{
border-color: #FC902F;
}
</style>