Shades of Neon Carrot #FF8E29
Tints of Neon Carrot #FF8E29
RGB
CMYK
RGB Variations
Color information
#FF8E29 (or 0xFF8E29) is known color: Neon Carrot. HEX triplet: FF, 8E and 29. RGB value is (255,142,41). Sum of RGB (Red+Green+Blue) = 255+142+41=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 142 (55.86% from 255 or 32.42% from 438); Blue value is 41 (16.41% from 255 or 9.36% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8E29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8E29 is #0071D6. Grayscale: #A4A4A4. Windows color (decimal): -29143 or 2723583. OLE color: 2723583.
HSL color Cylindrical-coordinate representation of color #FF8E29: hue angle of 28.32º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF8E29 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 142 | 41 | - |
| CMYK | 0 | 0.44 | 0.84 | 0 |
| HSL | 28.32º | 1% | 0.58% | - |
| HSV(B) | 28.32º | 0.84% | 1% | - |
| XYZ | 51.31 | 40.77 | 7.26 | - |
| YUV | 164.27 | 58.44 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 142 | 41 | 0 | 0.44 | 0.84 | 0 | 28.32 | 1 | 0.58 |
| Hex | FF | 8E | 29 | 0 | 2C | 54 | 0 | 1C | 64 | 3A |
| Octal | 377 | 216 | 51 | 0 | 54 | 124 | 0 | 34 | 144 | 72 |
| Binary | 11111111 | 10001110 | 101001 | 0 | 101100 | 1010100 | 0 | 11100 | 1100100 | 111010 |
Color Harmonies of #FF8E29
Complementary color
Monochromatic Colors of #FF8E29
Black with #FF8E29
Text Example
Text Example
White with #FF8E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8E29; }
p { color: rgb(255,142,41); }
H1.HeaderClassName
{
color: #FF8E29;
}
.AnyTagClassName
{
color: #FF8E29;
}
</style>
background-color css
<style>
a { background-color: #FF8E29; }
a { background-color: rgb(255,142,41); }
div.DivClassName
{
background-color: #FF8E29;
}
.BgClassName
{
background-color: #FF8E29;
}
</style>
border-color css
<style>
span { border-color: #FF8E29; }
span { border-color: rgb(255,142,41); }
td.TdClassName
{
border-color: #FF8E29;
}
.TagClassName
{
border-color: #FF8E29;
}
</style>