Shades of Neon Carrot #FF9F2E
Tints of Neon Carrot #FF9F2E
RGB
CMYK
RGB Variations
Color information
#FF9F2E (or 0xFF9F2E) is known color: Neon Carrot. HEX triplet: FF, 9F and 2E. RGB value is (255,159,46). Sum of RGB (Red+Green+Blue) = 255+159+46=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 159 (62.5% from 255 or 34.57% from 460); Blue value is 46 (18.36% from 255 or 10% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9F2E is #0060D1. Grayscale: #AFAFAF. Windows color (decimal): -24786 or 3055615. OLE color: 3055615.
HSL color Cylindrical-coordinate representation of color #FF9F2E: hue angle of 32.44º 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 #FF9F2E is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 46 | - |
| CMYK | 0 | 0.38 | 0.82 | 0 |
| HSL | 32.44º | 1% | 0.59% | - |
| HSV(B) | 32.44º | 0.82% | 1% | - |
| XYZ | 54.13 | 46.25 | 8.66 | - |
| YUV | 174.82 | 55.3 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 46 | 0 | 0.38 | 0.82 | 0 | 32.44 | 1 | 0.59 |
| Hex | FF | 9F | 2E | 0 | 26 | 52 | 0 | 20 | 64 | 3B |
| Octal | 377 | 237 | 56 | 0 | 46 | 122 | 0 | 40 | 144 | 73 |
| Binary | 11111111 | 10011111 | 101110 | 0 | 100110 | 1010010 | 0 | 100000 | 1100100 | 111011 |
Color Harmonies of #FF9F2E
Complementary color
Monochromatic Colors of #FF9F2E
Black with #FF9F2E
Text Example
Text Example
White with #FF9F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F2E; }
p { color: rgb(255,159,46); }
H1.HeaderClassName
{
color: #FF9F2E;
}
.AnyTagClassName
{
color: #FF9F2E;
}
</style>
background-color css
<style>
a { background-color: #FF9F2E; }
a { background-color: rgb(255,159,46); }
div.DivClassName
{
background-color: #FF9F2E;
}
.BgClassName
{
background-color: #FF9F2E;
}
</style>
border-color css
<style>
span { border-color: #FF9F2E; }
span { border-color: rgb(255,159,46); }
td.TdClassName
{
border-color: #FF9F2E;
}
.TagClassName
{
border-color: #FF9F2E;
}
</style>