Shades of Neon Carrot #FF8A2E
Tints of Neon Carrot #FF8A2E
RGB
CMYK
RGB Variations
Color information
#FF8A2E (or 0xFF8A2E) is known color: Neon Carrot. HEX triplet: FF, 8A and 2E. RGB value is (255,138,46). Sum of RGB (Red+Green+Blue) = 255+138+46=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 46 (18.36% from 255 or 10.48% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8A2E is #0075D1. Grayscale: #A2A2A2. Windows color (decimal): -30162 or 3050239. OLE color: 3050239.
HSL color Cylindrical-coordinate representation of color #FF8A2E: hue angle of 26.41º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF8A2E is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 46 | - |
| CMYK | 0 | 0.46 | 0.82 | 0 |
| HSL | 26.41º | 1% | 0.59% | - |
| HSV(B) | 26.41º | 0.82% | 1% | - |
| XYZ | 50.82 | 39.63 | 7.56 | - |
| YUV | 162.5 | 62.26 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 46 | 0 | 0.46 | 0.82 | 0 | 26.41 | 1 | 0.59 |
| Hex | FF | 8A | 2E | 0 | 2E | 52 | 0 | 1A | 64 | 3B |
| Octal | 377 | 212 | 56 | 0 | 56 | 122 | 0 | 32 | 144 | 73 |
| Binary | 11111111 | 10001010 | 101110 | 0 | 101110 | 1010010 | 0 | 11010 | 1100100 | 111011 |
Color Harmonies of #FF8A2E
Complementary color
Monochromatic Colors of #FF8A2E
Black with #FF8A2E
Text Example
Text Example
White with #FF8A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8A2E; }
p { color: rgb(255,138,46); }
H1.HeaderClassName
{
color: #FF8A2E;
}
.AnyTagClassName
{
color: #FF8A2E;
}
</style>
background-color css
<style>
a { background-color: #FF8A2E; }
a { background-color: rgb(255,138,46); }
div.DivClassName
{
background-color: #FF8A2E;
}
.BgClassName
{
background-color: #FF8A2E;
}
</style>
border-color css
<style>
span { border-color: #FF8A2E; }
span { border-color: rgb(255,138,46); }
td.TdClassName
{
border-color: #FF8A2E;
}
.TagClassName
{
border-color: #FF8A2E;
}
</style>