Shades of Neon Carrot #FF8E2F
Tints of Neon Carrot #FF8E2F
RGB
CMYK
RGB Variations
Color information
#FF8E2F (or 0xFF8E2F) is known color: Neon Carrot. HEX triplet: FF, 8E and 2F. RGB value is (255,142,47). Sum of RGB (Red+Green+Blue) = 255+142+47=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 47 (18.75% from 255 or 10.59% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8E2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8E2F is #0071D0. Grayscale: #A5A5A5. Windows color (decimal): -29137 or 3116799. OLE color: 3116799.
HSL color Cylindrical-coordinate representation of color #FF8E2F: hue angle of 27.4º 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 #FF8E2F is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 142 | 47 | - |
| CMYK | 0 | 0.44 | 0.82 | 0 |
| HSL | 27.4º | 1% | 0.59% | - |
| HSV(B) | 27.4º | 0.82% | 1% | - |
| XYZ | 51.43 | 40.81 | 7.86 | - |
| YUV | 164.96 | 61.44 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 142 | 47 | 0 | 0.44 | 0.82 | 0 | 27.4 | 1 | 0.59 |
| Hex | FF | 8E | 2F | 0 | 2C | 52 | 0 | 1B | 64 | 3B |
| Octal | 377 | 216 | 57 | 0 | 54 | 122 | 0 | 33 | 144 | 73 |
| Binary | 11111111 | 10001110 | 101111 | 0 | 101100 | 1010010 | 0 | 11011 | 1100100 | 111011 |
Color Harmonies of #FF8E2F
Complementary color
Monochromatic Colors of #FF8E2F
Black with #FF8E2F
Text Example
Text Example
White with #FF8E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8E2F; }
p { color: rgb(255,142,47); }
H1.HeaderClassName
{
color: #FF8E2F;
}
.AnyTagClassName
{
color: #FF8E2F;
}
</style>
background-color css
<style>
a { background-color: #FF8E2F; }
a { background-color: rgb(255,142,47); }
div.DivClassName
{
background-color: #FF8E2F;
}
.BgClassName
{
background-color: #FF8E2F;
}
</style>
border-color css
<style>
span { border-color: #FF8E2F; }
span { border-color: rgb(255,142,47); }
td.TdClassName
{
border-color: #FF8E2F;
}
.TagClassName
{
border-color: #FF8E2F;
}
</style>