Shades of Neon Carrot #FE942F
Tints of Neon Carrot #FE942F
RGB
CMYK
RGB Variations
Color information
#FE942F (or 0xFE942F) is known color: Neon Carrot. HEX triplet: FE, 94 and 2F. RGB value is (254,148,47). Sum of RGB (Red+Green+Blue) = 254+148+47=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 47 (18.75% from 255 or 10.47% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE942F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE942F is #016BD0. Grayscale: #A8A8A8. Windows color (decimal): -93137 or 3118334. OLE color: 3118334.
HSL color Cylindrical-coordinate representation of color #FE942F: hue angle of 29.28º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE942F is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 47 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.00 |
| HSL | 29.28º | 0.99% | 0.59% | - |
| HSV(B) | 29.28º | 0.81% | 1% | - |
| XYZ | 51.98 | 42.46 | 8.14 | - |
| YUV | 168.18 | 59.62 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 47 | 0 | 0.42 | 0.81 | 0.00 | 29.28 | 0.99 | 0.59 |
| Hex | FE | 94 | 2F | 0 | 2A | 51 | 0 | 1D | 63 | 3B |
| Octal | 376 | 224 | 57 | 0 | 52 | 121 | 0 | 35 | 143 | 73 |
| Binary | 11111110 | 10010100 | 101111 | 0 | 101010 | 1010001 | 0 | 11101 | 1100011 | 111011 |
Color Harmonies of #FE942F
Complementary color
Monochromatic Colors of #FE942F
Black with #FE942F
Text Example
Text Example
White with #FE942F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE942F; }
p { color: rgb(254,148,47); }
H1.HeaderClassName
{
color: #FE942F;
}
.AnyTagClassName
{
color: #FE942F;
}
</style>
background-color css
<style>
a { background-color: #FE942F; }
a { background-color: rgb(254,148,47); }
div.DivClassName
{
background-color: #FE942F;
}
.BgClassName
{
background-color: #FE942F;
}
</style>
border-color css
<style>
span { border-color: #FE942F; }
span { border-color: rgb(254,148,47); }
td.TdClassName
{
border-color: #FE942F;
}
.TagClassName
{
border-color: #FE942F;
}
</style>