Shades of Neon Carrot #FF9E2D
Tints of Neon Carrot #FF9E2D
RGB
CMYK
RGB Variations
Color information
#FF9E2D (or 0xFF9E2D) is known color: Neon Carrot. HEX triplet: FF, 9E and 2D. RGB value is (255,158,45). Sum of RGB (Red+Green+Blue) = 255+158+45=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 45 (17.97% from 255 or 9.83% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9E2D is #0061D2. Grayscale: #AEAEAE. Windows color (decimal): -25043 or 2989823. OLE color: 2989823.
HSL color Cylindrical-coordinate representation of color #FF9E2D: hue angle of 32.29º 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 #FF9E2D is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 45 | - |
| CMYK | 0 | 0.38 | 0.82 | 0 |
| HSL | 32.29º | 1% | 0.59% | - |
| HSV(B) | 32.29º | 0.82% | 1% | - |
| XYZ | 53.94 | 45.9 | 8.5 | - |
| YUV | 174.12 | 55.14 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 45 | 0 | 0.38 | 0.82 | 0 | 32.29 | 1 | 0.59 |
| Hex | FF | 9E | 2D | 0 | 26 | 52 | 0 | 20 | 64 | 3B |
| Octal | 377 | 236 | 55 | 0 | 46 | 122 | 0 | 40 | 144 | 73 |
| Binary | 11111111 | 10011110 | 101101 | 0 | 100110 | 1010010 | 0 | 100000 | 1100100 | 111011 |
Color Harmonies of #FF9E2D
Complementary color
Monochromatic Colors of #FF9E2D
Black with #FF9E2D
Text Example
Text Example
White with #FF9E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9E2D; }
p { color: rgb(255,158,45); }
H1.HeaderClassName
{
color: #FF9E2D;
}
.AnyTagClassName
{
color: #FF9E2D;
}
</style>
background-color css
<style>
a { background-color: #FF9E2D; }
a { background-color: rgb(255,158,45); }
div.DivClassName
{
background-color: #FF9E2D;
}
.BgClassName
{
background-color: #FF9E2D;
}
</style>
border-color css
<style>
span { border-color: #FF9E2D; }
span { border-color: rgb(255,158,45); }
td.TdClassName
{
border-color: #FF9E2D;
}
.TagClassName
{
border-color: #FF9E2D;
}
</style>