Shades of Neon Carrot #FF8D2B
Tints of Neon Carrot #FF8D2B
RGB
CMYK
RGB Variations
Color information
#FF8D2B (or 0xFF8D2B) is known color: Neon Carrot. HEX triplet: FF, 8D and 2B. RGB value is (255,141,43). Sum of RGB (Red+Green+Blue) = 255+141+43=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 43 (17.19% from 255 or 9.79% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8D2B is #0072D4. Grayscale: #A4A4A4. Windows color (decimal): -29397 or 2854399. OLE color: 2854399.
HSL color Cylindrical-coordinate representation of color #FF8D2B: hue angle of 27.74º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF8D2B is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 43 | - |
| CMYK | 0 | 0.45 | 0.83 | 0 |
| HSL | 27.74º | 1% | 0.58% | - |
| HSV(B) | 27.74º | 0.83% | 1% | - |
| XYZ | 51.2 | 40.48 | 7.4 | - |
| YUV | 163.91 | 59.77 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 43 | 0 | 0.45 | 0.83 | 0 | 27.74 | 1 | 0.58 |
| Hex | FF | 8D | 2B | 0 | 2D | 53 | 0 | 1C | 64 | 3A |
| Octal | 377 | 215 | 53 | 0 | 55 | 123 | 0 | 34 | 144 | 72 |
| Binary | 11111111 | 10001101 | 101011 | 0 | 101101 | 1010011 | 0 | 11100 | 1100100 | 111010 |
Color Harmonies of #FF8D2B
Complementary color
Monochromatic Colors of #FF8D2B
Black with #FF8D2B
Text Example
Text Example
White with #FF8D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D2B; }
p { color: rgb(255,141,43); }
H1.HeaderClassName
{
color: #FF8D2B;
}
.AnyTagClassName
{
color: #FF8D2B;
}
</style>
background-color css
<style>
a { background-color: #FF8D2B; }
a { background-color: rgb(255,141,43); }
div.DivClassName
{
background-color: #FF8D2B;
}
.BgClassName
{
background-color: #FF8D2B;
}
</style>
border-color css
<style>
span { border-color: #FF8D2B; }
span { border-color: rgb(255,141,43); }
td.TdClassName
{
border-color: #FF8D2B;
}
.TagClassName
{
border-color: #FF8D2B;
}
</style>