Shades of Neon Carrot #FE9528
Tints of Neon Carrot #FE9528
RGB
CMYK
RGB Variations
Color information
#FE9528 (or 0xFE9528) is known color: Neon Carrot. HEX triplet: FE, 95 and 28. RGB value is (254,149,40). Sum of RGB (Red+Green+Blue) = 254+149+40=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 40 (16.02% from 255 or 9.03% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9528 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9528 is #016AD7. Grayscale: #A8A8A8. Windows color (decimal): -92888 or 2659838. OLE color: 2659838.
HSL color Cylindrical-coordinate representation of color #FE9528: hue angle of 30.56º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE9528 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 149 | 40 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.00 |
| HSL | 30.56º | 0.99% | 0.58% | - |
| HSV(B) | 30.56º | 0.84% | 1% | - |
| XYZ | 52 | 42.72 | 7.51 | - |
| YUV | 167.97 | 55.79 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 149 | 40 | 0 | 0.41 | 0.84 | 0.00 | 30.56 | 0.99 | 0.58 |
| Hex | FE | 95 | 28 | 0 | 29 | 54 | 0 | 1F | 63 | 3A |
| Octal | 376 | 225 | 50 | 0 | 51 | 124 | 0 | 37 | 143 | 72 |
| Binary | 11111110 | 10010101 | 101000 | 0 | 101001 | 1010100 | 0 | 11111 | 1100011 | 111010 |
Color Harmonies of #FE9528
Complementary color
Monochromatic Colors of #FE9528
Black with #FE9528
Text Example
Text Example
White with #FE9528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9528; }
p { color: rgb(254,149,40); }
H1.HeaderClassName
{
color: #FE9528;
}
.AnyTagClassName
{
color: #FE9528;
}
</style>
background-color css
<style>
a { background-color: #FE9528; }
a { background-color: rgb(254,149,40); }
div.DivClassName
{
background-color: #FE9528;
}
.BgClassName
{
background-color: #FE9528;
}
</style>
border-color css
<style>
span { border-color: #FE9528; }
span { border-color: rgb(254,149,40); }
td.TdClassName
{
border-color: #FE9528;
}
.TagClassName
{
border-color: #FE9528;
}
</style>