Shades of Neon Carrot #FF8B2A
Tints of Neon Carrot #FF8B2A
RGB
CMYK
RGB Variations
Color information
#FF8B2A (or 0xFF8B2A) is known color: Neon Carrot. HEX triplet: FF, 8B and 2A. RGB value is (255,139,42). Sum of RGB (Red+Green+Blue) = 255+139+42=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 42 (16.80% from 255 or 9.63% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8B2A is #0074D5. Grayscale: #A3A3A3. Windows color (decimal): -29910 or 2788351. OLE color: 2788351.
HSL color Cylindrical-coordinate representation of color #FF8B2A: hue angle of 27.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 #FF8B2A is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 42 | - |
| CMYK | 0 | 0.45 | 0.84 | 0 |
| HSL | 27.32º | 1% | 0.58% | - |
| HSV(B) | 27.32º | 0.84% | 1% | - |
| XYZ | 50.89 | 39.89 | 7.21 | - |
| YUV | 162.63 | 59.93 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 42 | 0 | 0.45 | 0.84 | 0 | 27.32 | 1 | 0.58 |
| Hex | FF | 8B | 2A | 0 | 2D | 54 | 0 | 1B | 64 | 3A |
| Octal | 377 | 213 | 52 | 0 | 55 | 124 | 0 | 33 | 144 | 72 |
| Binary | 11111111 | 10001011 | 101010 | 0 | 101101 | 1010100 | 0 | 11011 | 1100100 | 111010 |
Color Harmonies of #FF8B2A
Complementary color
Monochromatic Colors of #FF8B2A
Black with #FF8B2A
Text Example
Text Example
White with #FF8B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8B2A; }
p { color: rgb(255,139,42); }
H1.HeaderClassName
{
color: #FF8B2A;
}
.AnyTagClassName
{
color: #FF8B2A;
}
</style>
background-color css
<style>
a { background-color: #FF8B2A; }
a { background-color: rgb(255,139,42); }
div.DivClassName
{
background-color: #FF8B2A;
}
.BgClassName
{
background-color: #FF8B2A;
}
</style>
border-color css
<style>
span { border-color: #FF8B2A; }
span { border-color: rgb(255,139,42); }
td.TdClassName
{
border-color: #FF8B2A;
}
.TagClassName
{
border-color: #FF8B2A;
}
</style>