Shades of Neon Carrot #FF8D3B
Tints of Neon Carrot #FF8D3B
RGB
CMYK
RGB Variations
Color information
#FF8D3B (or 0xFF8D3B) is known color: Neon Carrot. HEX triplet: FF, 8D and 3B. RGB value is (255,141,59). Sum of RGB (Red+Green+Blue) = 255+141+59=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 59 (23.44% from 255 or 12.97% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D3B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8D3B is #0072C4. Grayscale: #A6A6A6. Windows color (decimal): -29381 or 3902975. OLE color: 3902975.
HSL color Cylindrical-coordinate representation of color #FF8D3B: hue angle of 25.1º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF8D3B is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 59 | - |
| CMYK | 0 | 0.45 | 0.77 | 0 |
| HSL | 25.1º | 1% | 0.62% | - |
| HSV(B) | 25.1º | 0.77% | 1% | - |
| XYZ | 51.55 | 40.63 | 9.26 | - |
| YUV | 165.74 | 67.77 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 59 | 0 | 0.45 | 0.77 | 0 | 25.1 | 1 | 0.62 |
| Hex | FF | 8D | 3B | 0 | 2D | 4D | 0 | 19 | 64 | 3E |
| Octal | 377 | 215 | 73 | 0 | 55 | 115 | 0 | 31 | 144 | 76 |
| Binary | 11111111 | 10001101 | 111011 | 0 | 101101 | 1001101 | 0 | 11001 | 1100100 | 111110 |
Color Harmonies of #FF8D3B
Complementary color
Monochromatic Colors of #FF8D3B
Black with #FF8D3B
Text Example
Text Example
White with #FF8D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D3B; }
p { color: rgb(255,141,59); }
H1.HeaderClassName
{
color: #FF8D3B;
}
.AnyTagClassName
{
color: #FF8D3B;
}
</style>
background-color css
<style>
a { background-color: #FF8D3B; }
a { background-color: rgb(255,141,59); }
div.DivClassName
{
background-color: #FF8D3B;
}
.BgClassName
{
background-color: #FF8D3B;
}
</style>
border-color css
<style>
span { border-color: #FF8D3B; }
span { border-color: rgb(255,141,59); }
td.TdClassName
{
border-color: #FF8D3B;
}
.TagClassName
{
border-color: #FF8D3B;
}
</style>