Shades of Neon Carrot #FF9E2A
Tints of Neon Carrot #FF9E2A
RGB
CMYK
RGB Variations
Color information
#FF9E2A (or 0xFF9E2A) is known color: Neon Carrot. HEX triplet: FF, 9E and 2A. RGB value is (255,158,42). Sum of RGB (Red+Green+Blue) = 255+158+42=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 158 (62.11% from 255 or 34.73% from 455); Blue value is 42 (16.80% from 255 or 9.23% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9E2A is #0061D5. Grayscale: #AEAEAE. Windows color (decimal): -25046 or 2793215. OLE color: 2793215.
HSL color Cylindrical-coordinate representation of color #FF9E2A: hue angle of 32.68º 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 #FF9E2A is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 42 | - |
| CMYK | 0 | 0.38 | 0.84 | 0 |
| HSL | 32.68º | 1% | 0.58% | - |
| HSV(B) | 32.68º | 0.84% | 1% | - |
| XYZ | 53.88 | 45.88 | 8.21 | - |
| YUV | 173.78 | 53.64 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 42 | 0 | 0.38 | 0.84 | 0 | 32.68 | 1 | 0.58 |
| Hex | FF | 9E | 2A | 0 | 26 | 54 | 0 | 21 | 64 | 3A |
| Octal | 377 | 236 | 52 | 0 | 46 | 124 | 0 | 41 | 144 | 72 |
| Binary | 11111111 | 10011110 | 101010 | 0 | 100110 | 1010100 | 0 | 100001 | 1100100 | 111010 |
Color Harmonies of #FF9E2A
Complementary color
Monochromatic Colors of #FF9E2A
Black with #FF9E2A
Text Example
Text Example
White with #FF9E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9E2A; }
p { color: rgb(255,158,42); }
H1.HeaderClassName
{
color: #FF9E2A;
}
.AnyTagClassName
{
color: #FF9E2A;
}
</style>
background-color css
<style>
a { background-color: #FF9E2A; }
a { background-color: rgb(255,158,42); }
div.DivClassName
{
background-color: #FF9E2A;
}
.BgClassName
{
background-color: #FF9E2A;
}
</style>
border-color css
<style>
span { border-color: #FF9E2A; }
span { border-color: rgb(255,158,42); }
td.TdClassName
{
border-color: #FF9E2A;
}
.TagClassName
{
border-color: #FF9E2A;
}
</style>