Shades of Neon Carrot #FE9428
Tints of Neon Carrot #FE9428
RGB
CMYK
RGB Variations
Color information
#FE9428 (or 0xFE9428) is known color: Neon Carrot. HEX triplet: FE, 94 and 28. RGB value is (254,148,40). Sum of RGB (Red+Green+Blue) = 254+148+40=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 148 (58.20% from 255 or 33.48% from 442); Blue value is 40 (16.02% from 255 or 9.05% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9428 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9428 is #016BD7. Grayscale: #A7A7A7. Windows color (decimal): -93144 or 2659582. OLE color: 2659582.
HSL color Cylindrical-coordinate representation of color #FE9428: hue angle of 30.28º 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 #FE9428 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 40 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.00 |
| HSL | 30.28º | 0.99% | 0.58% | - |
| HSV(B) | 30.28º | 0.84% | 1% | - |
| XYZ | 51.85 | 42.4 | 7.46 | - |
| YUV | 167.38 | 56.12 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 40 | 0 | 0.42 | 0.84 | 0.00 | 30.28 | 0.99 | 0.58 |
| Hex | FE | 94 | 28 | 0 | 2A | 54 | 0 | 1E | 63 | 3A |
| Octal | 376 | 224 | 50 | 0 | 52 | 124 | 0 | 36 | 143 | 72 |
| Binary | 11111110 | 10010100 | 101000 | 0 | 101010 | 1010100 | 0 | 11110 | 1100011 | 111010 |
Color Harmonies of #FE9428
Complementary color
Monochromatic Colors of #FE9428
Black with #FE9428
Text Example
Text Example
White with #FE9428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9428; }
p { color: rgb(254,148,40); }
H1.HeaderClassName
{
color: #FE9428;
}
.AnyTagClassName
{
color: #FE9428;
}
</style>
background-color css
<style>
a { background-color: #FE9428; }
a { background-color: rgb(254,148,40); }
div.DivClassName
{
background-color: #FE9428;
}
.BgClassName
{
background-color: #FE9428;
}
</style>
border-color css
<style>
span { border-color: #FE9428; }
span { border-color: rgb(254,148,40); }
td.TdClassName
{
border-color: #FE9428;
}
.TagClassName
{
border-color: #FE9428;
}
</style>