Shades of Neon Carrot #FF8A2B
Tints of Neon Carrot #FF8A2B
RGB
CMYK
RGB Variations
Color information
#FF8A2B (or 0xFF8A2B) is known color: Neon Carrot. HEX triplet: FF, 8A and 2B. RGB value is (255,138,43). Sum of RGB (Red+Green+Blue) = 255+138+43=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 43 (17.19% from 255 or 9.86% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8A2B is #0075D4. Grayscale: #A2A2A2. Windows color (decimal): -30165 or 2853631. OLE color: 2853631.
HSL color Cylindrical-coordinate representation of color #FF8A2B: hue angle of 26.89º 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 #FF8A2B is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 43 | - |
| CMYK | 0 | 0.46 | 0.83 | 0 |
| HSL | 26.89º | 1% | 0.58% | - |
| HSV(B) | 26.89º | 0.83% | 1% | - |
| XYZ | 50.76 | 39.61 | 7.26 | - |
| YUV | 162.15 | 60.76 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 43 | 0 | 0.46 | 0.83 | 0 | 26.89 | 1 | 0.58 |
| Hex | FF | 8A | 2B | 0 | 2E | 53 | 0 | 1B | 64 | 3A |
| Octal | 377 | 212 | 53 | 0 | 56 | 123 | 0 | 33 | 144 | 72 |
| Binary | 11111111 | 10001010 | 101011 | 0 | 101110 | 1010011 | 0 | 11011 | 1100100 | 111010 |
Color Harmonies of #FF8A2B
Complementary color
Monochromatic Colors of #FF8A2B
Black with #FF8A2B
Text Example
Text Example
White with #FF8A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8A2B; }
p { color: rgb(255,138,43); }
H1.HeaderClassName
{
color: #FF8A2B;
}
.AnyTagClassName
{
color: #FF8A2B;
}
</style>
background-color css
<style>
a { background-color: #FF8A2B; }
a { background-color: rgb(255,138,43); }
div.DivClassName
{
background-color: #FF8A2B;
}
.BgClassName
{
background-color: #FF8A2B;
}
</style>
border-color css
<style>
span { border-color: #FF8A2B; }
span { border-color: rgb(255,138,43); }
td.TdClassName
{
border-color: #FF8A2B;
}
.TagClassName
{
border-color: #FF8A2B;
}
</style>