Shades of Neon Carrot #FF8B29
Tints of Neon Carrot #FF8B29
RGB
CMYK
RGB Variations
Color information
#FF8B29 (or 0xFF8B29) is known color: Neon Carrot. HEX triplet: FF, 8B and 29. RGB value is (255,139,41). Sum of RGB (Red+Green+Blue) = 255+139+41=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 139 (54.69% from 255 or 31.95% from 435); Blue value is 41 (16.41% from 255 or 9.43% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8B29 is #0074D6. Grayscale: #A3A3A3. Windows color (decimal): -29911 or 2722815. OLE color: 2722815.
HSL color Cylindrical-coordinate representation of color #FF8B29: hue angle of 27.48º 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 #FF8B29 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 41 | - |
| CMYK | 0 | 0.45 | 0.84 | 0 |
| HSL | 27.48º | 1% | 0.58% | - |
| HSV(B) | 27.48º | 0.84% | 1% | - |
| XYZ | 50.87 | 39.89 | 7.12 | - |
| YUV | 162.51 | 59.43 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 41 | 0 | 0.45 | 0.84 | 0 | 27.48 | 1 | 0.58 |
| Hex | FF | 8B | 29 | 0 | 2D | 54 | 0 | 1B | 64 | 3A |
| Octal | 377 | 213 | 51 | 0 | 55 | 124 | 0 | 33 | 144 | 72 |
| Binary | 11111111 | 10001011 | 101001 | 0 | 101101 | 1010100 | 0 | 11011 | 1100100 | 111010 |
Color Harmonies of #FF8B29
Complementary color
Monochromatic Colors of #FF8B29
Black with #FF8B29
Text Example
Text Example
White with #FF8B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8B29; }
p { color: rgb(255,139,41); }
H1.HeaderClassName
{
color: #FF8B29;
}
.AnyTagClassName
{
color: #FF8B29;
}
</style>
background-color css
<style>
a { background-color: #FF8B29; }
a { background-color: rgb(255,139,41); }
div.DivClassName
{
background-color: #FF8B29;
}
.BgClassName
{
background-color: #FF8B29;
}
</style>
border-color css
<style>
span { border-color: #FF8B29; }
span { border-color: rgb(255,139,41); }
td.TdClassName
{
border-color: #FF8B29;
}
.TagClassName
{
border-color: #FF8B29;
}
</style>