Shades of Neon Carrot #FF862A
Tints of Neon Carrot #FF862A
RGB
CMYK
RGB Variations
Color information
#FF862A (or 0xFF862A) is known color: Neon Carrot. HEX triplet: FF, 86 and 2A. RGB value is (255,134,42). Sum of RGB (Red+Green+Blue) = 255+134+42=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 42 (16.80% from 255 or 9.74% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF862A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF862A is #0079D5. Grayscale: #A0A0A0. Windows color (decimal): -31190 or 2787071. OLE color: 2787071.
HSL color Cylindrical-coordinate representation of color #FF862A: hue angle of 25.92º 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 #FF862A is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 42 | - |
| CMYK | 0 | 0.47 | 0.84 | 0 |
| HSL | 25.92º | 1% | 0.58% | - |
| HSV(B) | 25.92º | 0.84% | 1% | - |
| XYZ | 50.18 | 38.48 | 6.97 | - |
| YUV | 159.69 | 61.59 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 42 | 0 | 0.47 | 0.84 | 0 | 25.92 | 1 | 0.58 |
| Hex | FF | 86 | 2A | 0 | 2F | 54 | 0 | 1A | 64 | 3A |
| Octal | 377 | 206 | 52 | 0 | 57 | 124 | 0 | 32 | 144 | 72 |
| Binary | 11111111 | 10000110 | 101010 | 0 | 101111 | 1010100 | 0 | 11010 | 1100100 | 111010 |
Color Harmonies of #FF862A
Complementary color
Monochromatic Colors of #FF862A
Black with #FF862A
Text Example
Text Example
White with #FF862A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF862A; }
p { color: rgb(255,134,42); }
H1.HeaderClassName
{
color: #FF862A;
}
.AnyTagClassName
{
color: #FF862A;
}
</style>
background-color css
<style>
a { background-color: #FF862A; }
a { background-color: rgb(255,134,42); }
div.DivClassName
{
background-color: #FF862A;
}
.BgClassName
{
background-color: #FF862A;
}
</style>
border-color css
<style>
span { border-color: #FF862A; }
span { border-color: rgb(255,134,42); }
td.TdClassName
{
border-color: #FF862A;
}
.TagClassName
{
border-color: #FF862A;
}
</style>