Shades of Neon Carrot #FF8B2B
Tints of Neon Carrot #FF8B2B
RGB
CMYK
RGB Variations
Color information
#FF8B2B (or 0xFF8B2B) is known color: Neon Carrot. HEX triplet: FF, 8B and 2B. RGB value is (255,139,43). Sum of RGB (Red+Green+Blue) = 255+139+43=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 43 (17.19% from 255 or 9.84% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8B2B is #0074D4. Grayscale: #A3A3A3. Windows color (decimal): -29909 or 2853887. OLE color: 2853887.
HSL color Cylindrical-coordinate representation of color #FF8B2B: hue angle of 27.17º 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 #FF8B2B is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 43 | - |
| CMYK | 0 | 0.45 | 0.83 | 0 |
| HSL | 27.17º | 1% | 0.58% | - |
| HSV(B) | 27.17º | 0.83% | 1% | - |
| XYZ | 50.91 | 39.9 | 7.3 | - |
| YUV | 162.74 | 60.43 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 43 | 0 | 0.45 | 0.83 | 0 | 27.17 | 1 | 0.58 |
| Hex | FF | 8B | 2B | 0 | 2D | 53 | 0 | 1B | 64 | 3A |
| Octal | 377 | 213 | 53 | 0 | 55 | 123 | 0 | 33 | 144 | 72 |
| Binary | 11111111 | 10001011 | 101011 | 0 | 101101 | 1010011 | 0 | 11011 | 1100100 | 111010 |
Color Harmonies of #FF8B2B
Complementary color
Monochromatic Colors of #FF8B2B
Black with #FF8B2B
Text Example
Text Example
White with #FF8B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8B2B; }
p { color: rgb(255,139,43); }
H1.HeaderClassName
{
color: #FF8B2B;
}
.AnyTagClassName
{
color: #FF8B2B;
}
</style>
background-color css
<style>
a { background-color: #FF8B2B; }
a { background-color: rgb(255,139,43); }
div.DivClassName
{
background-color: #FF8B2B;
}
.BgClassName
{
background-color: #FF8B2B;
}
</style>
border-color css
<style>
span { border-color: #FF8B2B; }
span { border-color: rgb(255,139,43); }
td.TdClassName
{
border-color: #FF8B2B;
}
.TagClassName
{
border-color: #FF8B2B;
}
</style>