Shades of Neon Carrot #FE9024
Tints of Neon Carrot #FE9024
RGB
CMYK
RGB Variations
Color information
#FE9024 (or 0xFE9024) is known color: Neon Carrot. HEX triplet: FE, 90 and 24. RGB value is (254,144,36). Sum of RGB (Red+Green+Blue) = 254+144+36=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 144 (56.64% from 255 or 33.18% from 434); Blue value is 36 (14.45% from 255 or 8.29% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9024 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9024 is #016FDB. Grayscale: #A5A5A5. Windows color (decimal): -94172 or 2396414. OLE color: 2396414.
HSL color Cylindrical-coordinate representation of color #FE9024: hue angle of 29.72º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE9024 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 36 | - |
| CMYK | 0 | 0.43 | 0.86 | 0.00 |
| HSL | 29.72º | 0.99% | 0.57% | - |
| HSV(B) | 29.72º | 0.86% | 1% | - |
| XYZ | 51.16 | 41.14 | 6.91 | - |
| YUV | 164.58 | 55.44 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 36 | 0 | 0.43 | 0.86 | 0.00 | 29.72 | 0.99 | 0.57 |
| Hex | FE | 90 | 24 | 0 | 2B | 56 | 0 | 1E | 63 | 39 |
| Octal | 376 | 220 | 44 | 0 | 53 | 126 | 0 | 36 | 143 | 71 |
| Binary | 11111110 | 10010000 | 100100 | 0 | 101011 | 1010110 | 0 | 11110 | 1100011 | 111001 |
Color Harmonies of #FE9024
Complementary color
Monochromatic Colors of #FE9024
Black with #FE9024
Text Example
Text Example
White with #FE9024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9024; }
p { color: rgb(254,144,36); }
H1.HeaderClassName
{
color: #FE9024;
}
.AnyTagClassName
{
color: #FE9024;
}
</style>
background-color css
<style>
a { background-color: #FE9024; }
a { background-color: rgb(254,144,36); }
div.DivClassName
{
background-color: #FE9024;
}
.BgClassName
{
background-color: #FE9024;
}
</style>
border-color css
<style>
span { border-color: #FE9024; }
span { border-color: rgb(254,144,36); }
td.TdClassName
{
border-color: #FE9024;
}
.TagClassName
{
border-color: #FE9024;
}
</style>