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