Shades of Neon Carrot #FE942E
Tints of Neon Carrot #FE942E
RGB
CMYK
RGB Variations
Color information
#FE942E (or 0xFE942E) is known color: Neon Carrot. HEX triplet: FE, 94 and 2E. RGB value is (254,148,46). Sum of RGB (Red+Green+Blue) = 254+148+46=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 46 (18.36% from 255 or 10.27% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE942E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE942E is #016BD1. Grayscale: #A8A8A8. Windows color (decimal): -93138 or 3052798. OLE color: 3052798.
HSL color Cylindrical-coordinate representation of color #FE942E: hue angle of 29.42º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE942E is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 46 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.00 |
| HSL | 29.42º | 0.99% | 0.59% | - |
| HSV(B) | 29.42º | 0.82% | 1% | - |
| XYZ | 51.96 | 42.45 | 8.04 | - |
| YUV | 168.07 | 59.12 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 46 | 0 | 0.42 | 0.82 | 0.00 | 29.42 | 0.99 | 0.59 |
| Hex | FE | 94 | 2E | 0 | 2A | 52 | 0 | 1D | 63 | 3B |
| Octal | 376 | 224 | 56 | 0 | 52 | 122 | 0 | 35 | 143 | 73 |
| Binary | 11111110 | 10010100 | 101110 | 0 | 101010 | 1010010 | 0 | 11101 | 1100011 | 111011 |
Color Harmonies of #FE942E
Complementary color
Monochromatic Colors of #FE942E
Black with #FE942E
Text Example
Text Example
White with #FE942E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE942E; }
p { color: rgb(254,148,46); }
H1.HeaderClassName
{
color: #FE942E;
}
.AnyTagClassName
{
color: #FE942E;
}
</style>
background-color css
<style>
a { background-color: #FE942E; }
a { background-color: rgb(254,148,46); }
div.DivClassName
{
background-color: #FE942E;
}
.BgClassName
{
background-color: #FE942E;
}
</style>
border-color css
<style>
span { border-color: #FE942E; }
span { border-color: rgb(254,148,46); }
td.TdClassName
{
border-color: #FE942E;
}
.TagClassName
{
border-color: #FE942E;
}
</style>