Shades of Neon Carrot #FF862D
Tints of Neon Carrot #FF862D
RGB
CMYK
RGB Variations
Color information
#FF862D (or 0xFF862D) is known color: Neon Carrot. HEX triplet: FF, 86 and 2D. RGB value is (255,134,45). Sum of RGB (Red+Green+Blue) = 255+134+45=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 45 (17.97% from 255 or 10.37% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF862D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF862D is #0079D2. Grayscale: #A0A0A0. Windows color (decimal): -31187 or 2983679. OLE color: 2983679.
HSL color Cylindrical-coordinate representation of color #FF862D: hue angle of 25.43º 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 #FF862D is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 45 | - |
| CMYK | 0 | 0.47 | 0.82 | 0 |
| HSL | 25.43º | 1% | 0.59% | - |
| HSV(B) | 25.43º | 0.82% | 1% | - |
| XYZ | 50.24 | 38.5 | 7.27 | - |
| YUV | 160.03 | 63.09 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 45 | 0 | 0.47 | 0.82 | 0 | 25.43 | 1 | 0.59 |
| Hex | FF | 86 | 2D | 0 | 2F | 52 | 0 | 19 | 64 | 3B |
| Octal | 377 | 206 | 55 | 0 | 57 | 122 | 0 | 31 | 144 | 73 |
| Binary | 11111111 | 10000110 | 101101 | 0 | 101111 | 1010010 | 0 | 11001 | 1100100 | 111011 |
Color Harmonies of #FF862D
Complementary color
Monochromatic Colors of #FF862D
Black with #FF862D
Text Example
Text Example
White with #FF862D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF862D; }
p { color: rgb(255,134,45); }
H1.HeaderClassName
{
color: #FF862D;
}
.AnyTagClassName
{
color: #FF862D;
}
</style>
background-color css
<style>
a { background-color: #FF862D; }
a { background-color: rgb(255,134,45); }
div.DivClassName
{
background-color: #FF862D;
}
.BgClassName
{
background-color: #FF862D;
}
</style>
border-color css
<style>
span { border-color: #FF862D; }
span { border-color: rgb(255,134,45); }
td.TdClassName
{
border-color: #FF862D;
}
.TagClassName
{
border-color: #FF862D;
}
</style>