Shades of Neon Carrot #FE9928
Tints of Neon Carrot #FE9928
RGB
CMYK
RGB Variations
Color information
#FE9928 (or 0xFE9928) is known color: Neon Carrot. HEX triplet: FE, 99 and 28. RGB value is (254,153,40). Sum of RGB (Red+Green+Blue) = 254+153+40=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 40 (16.02% from 255 or 8.95% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9928 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9928 is #0166D7. Grayscale: #AAAAAA. Windows color (decimal): -91864 or 2660862. OLE color: 2660862.
HSL color Cylindrical-coordinate representation of color #FE9928: hue angle of 31.68º 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 #FE9928 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 153 | 40 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.00 |
| HSL | 31.68º | 0.99% | 0.58% | - |
| HSV(B) | 31.68º | 0.84% | 1% | - |
| XYZ | 52.65 | 44.01 | 7.73 | - |
| YUV | 170.32 | 54.46 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 153 | 40 | 0 | 0.40 | 0.84 | 0.00 | 31.68 | 0.99 | 0.58 |
| Hex | FE | 99 | 28 | 0 | 28 | 54 | 0 | 20 | 63 | 3A |
| Octal | 376 | 231 | 50 | 0 | 50 | 124 | 0 | 40 | 143 | 72 |
| Binary | 11111110 | 10011001 | 101000 | 0 | 101000 | 1010100 | 0 | 100000 | 1100011 | 111010 |
Color Harmonies of #FE9928
Complementary color
Monochromatic Colors of #FE9928
Black with #FE9928
Text Example
Text Example
White with #FE9928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9928; }
p { color: rgb(254,153,40); }
H1.HeaderClassName
{
color: #FE9928;
}
.AnyTagClassName
{
color: #FE9928;
}
</style>
background-color css
<style>
a { background-color: #FE9928; }
a { background-color: rgb(254,153,40); }
div.DivClassName
{
background-color: #FE9928;
}
.BgClassName
{
background-color: #FE9928;
}
</style>
border-color css
<style>
span { border-color: #FE9928; }
span { border-color: rgb(254,153,40); }
td.TdClassName
{
border-color: #FE9928;
}
.TagClassName
{
border-color: #FE9928;
}
</style>