Shades of Neon Carrot #FE942C
Tints of Neon Carrot #FE942C
RGB
CMYK
RGB Variations
Color information
#FE942C (or 0xFE942C) is known color: Neon Carrot. HEX triplet: FE, 94 and 2C. RGB value is (254,148,44). Sum of RGB (Red+Green+Blue) = 254+148+44=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 44 (17.58% from 255 or 9.87% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FE942C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE942C is #016BD3. Grayscale: #A8A8A8. Windows color (decimal): -93140 or 2921726. OLE color: 2921726.
HSL color Cylindrical-coordinate representation of color #FE942C: hue angle of 29.71º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE942C is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 44 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.00 |
| HSL | 29.71º | 0.99% | 0.58% | - |
| HSV(B) | 29.71º | 0.83% | 1% | - |
| XYZ | 51.92 | 42.43 | 7.84 | - |
| YUV | 167.84 | 58.12 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 44 | 0 | 0.42 | 0.83 | 0.00 | 29.71 | 0.99 | 0.58 |
| Hex | FE | 94 | 2C | 0 | 2A | 53 | 0 | 1E | 63 | 3A |
| Octal | 376 | 224 | 54 | 0 | 52 | 123 | 0 | 36 | 143 | 72 |
| Binary | 11111110 | 10010100 | 101100 | 0 | 101010 | 1010011 | 0 | 11110 | 1100011 | 111010 |
Color Harmonies of #FE942C
Complementary color
Monochromatic Colors of #FE942C
Black with #FE942C
Text Example
Text Example
White with #FE942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE942C; }
p { color: rgb(254,148,44); }
H1.HeaderClassName
{
color: #FE942C;
}
.AnyTagClassName
{
color: #FE942C;
}
</style>
background-color css
<style>
a { background-color: #FE942C; }
a { background-color: rgb(254,148,44); }
div.DivClassName
{
background-color: #FE942C;
}
.BgClassName
{
background-color: #FE942C;
}
</style>
border-color css
<style>
span { border-color: #FE942C; }
span { border-color: rgb(254,148,44); }
td.TdClassName
{
border-color: #FE942C;
}
.TagClassName
{
border-color: #FE942C;
}
</style>