Shades of Neon Carrot #FE902C
Tints of Neon Carrot #FE902C
RGB
CMYK
RGB Variations
Color information
#FE902C (or 0xFE902C) is known color: Neon Carrot. HEX triplet: FE, 90 and 2C. RGB value is (254,144,44). Sum of RGB (Red+Green+Blue) = 254+144+44=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 44 (17.58% from 255 or 9.95% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE902C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE902C is #016FD3. Grayscale: #A6A6A6. Windows color (decimal): -94164 or 2920702. OLE color: 2920702.
HSL color Cylindrical-coordinate representation of color #FE902C: hue angle of 28.57º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE902C is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 44 | - |
| CMYK | 0 | 0.43 | 0.83 | 0.00 |
| HSL | 28.57º | 0.99% | 0.58% | - |
| HSV(B) | 28.57º | 0.83% | 1% | - |
| XYZ | 51.3 | 41.2 | 7.63 | - |
| YUV | 165.49 | 59.44 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 44 | 0 | 0.43 | 0.83 | 0.00 | 28.57 | 0.99 | 0.58 |
| Hex | FE | 90 | 2C | 0 | 2B | 53 | 0 | 1D | 63 | 3A |
| Octal | 376 | 220 | 54 | 0 | 53 | 123 | 0 | 35 | 143 | 72 |
| Binary | 11111110 | 10010000 | 101100 | 0 | 101011 | 1010011 | 0 | 11101 | 1100011 | 111010 |
Color Harmonies of #FE902C
Complementary color
Monochromatic Colors of #FE902C
Black with #FE902C
Text Example
Text Example
White with #FE902C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE902C; }
p { color: rgb(254,144,44); }
H1.HeaderClassName
{
color: #FE902C;
}
.AnyTagClassName
{
color: #FE902C;
}
</style>
background-color css
<style>
a { background-color: #FE902C; }
a { background-color: rgb(254,144,44); }
div.DivClassName
{
background-color: #FE902C;
}
.BgClassName
{
background-color: #FE902C;
}
</style>
border-color css
<style>
span { border-color: #FE902C; }
span { border-color: rgb(254,144,44); }
td.TdClassName
{
border-color: #FE902C;
}
.TagClassName
{
border-color: #FE902C;
}
</style>