Shades of Neon Carrot #FF9A2E
Tints of Neon Carrot #FF9A2E
RGB
CMYK
RGB Variations
Color information
#FF9A2E (or 0xFF9A2E) is known color: Neon Carrot. HEX triplet: FF, 9A and 2E. RGB value is (255,154,46). Sum of RGB (Red+Green+Blue) = 255+154+46=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 46 (18.36% from 255 or 10.11% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9A2E is #0065D1. Grayscale: #ACACAC. Windows color (decimal): -26066 or 3054335. OLE color: 3054335.
HSL color Cylindrical-coordinate representation of color #FF9A2E: hue angle of 31º 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 #FF9A2E is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 46 | - |
| CMYK | 0 | 0.40 | 0.82 | 0 |
| HSL | 31º | 1% | 0.59% | - |
| HSV(B) | 31º | 0.82% | 1% | - |
| XYZ | 53.29 | 44.57 | 8.38 | - |
| YUV | 171.89 | 56.96 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 46 | 0 | 0.40 | 0.82 | 0 | 31 | 1 | 0.59 |
| Hex | FF | 9A | 2E | 0 | 28 | 52 | 0 | 1F | 64 | 3B |
| Octal | 377 | 232 | 56 | 0 | 50 | 122 | 0 | 37 | 144 | 73 |
| Binary | 11111111 | 10011010 | 101110 | 0 | 101000 | 1010010 | 0 | 11111 | 1100100 | 111011 |
Color Harmonies of #FF9A2E
Complementary color
Monochromatic Colors of #FF9A2E
Black with #FF9A2E
Text Example
Text Example
White with #FF9A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9A2E; }
p { color: rgb(255,154,46); }
H1.HeaderClassName
{
color: #FF9A2E;
}
.AnyTagClassName
{
color: #FF9A2E;
}
</style>
background-color css
<style>
a { background-color: #FF9A2E; }
a { background-color: rgb(255,154,46); }
div.DivClassName
{
background-color: #FF9A2E;
}
.BgClassName
{
background-color: #FF9A2E;
}
</style>
border-color css
<style>
span { border-color: #FF9A2E; }
span { border-color: rgb(255,154,46); }
td.TdClassName
{
border-color: #FF9A2E;
}
.TagClassName
{
border-color: #FF9A2E;
}
</style>