Shades of Neon Carrot #FE9F2D
Tints of Neon Carrot #FE9F2D
RGB
CMYK
RGB Variations
Color information
#FE9F2D (or 0xFE9F2D) is known color: Neon Carrot. HEX triplet: FE, 9F and 2D. RGB value is (254,159,45). Sum of RGB (Red+Green+Blue) = 254+159+45=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 159 (62.5% from 255 or 34.72% from 458); Blue value is 45 (17.97% from 255 or 9.83% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9F2D is #0160D2. Grayscale: #AEAEAE. Windows color (decimal): -90323 or 2990078. OLE color: 2990078.
HSL color Cylindrical-coordinate representation of color #FE9F2D: hue angle of 32.73º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE9F2D is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 45 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.00 |
| HSL | 32.73º | 0.99% | 0.59% | - |
| HSV(B) | 32.73º | 0.82% | 1% | - |
| XYZ | 53.74 | 46.06 | 8.54 | - |
| YUV | 174.41 | 54.97 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 45 | 0 | 0.37 | 0.82 | 0.00 | 32.73 | 0.99 | 0.59 |
| Hex | FE | 9F | 2D | 0 | 25 | 52 | 0 | 21 | 63 | 3B |
| Octal | 376 | 237 | 55 | 0 | 45 | 122 | 0 | 41 | 143 | 73 |
| Binary | 11111110 | 10011111 | 101101 | 0 | 100101 | 1010010 | 0 | 100001 | 1100011 | 111011 |
Color Harmonies of #FE9F2D
Complementary color
Monochromatic Colors of #FE9F2D
Black with #FE9F2D
Text Example
Text Example
White with #FE9F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9F2D; }
p { color: rgb(254,159,45); }
H1.HeaderClassName
{
color: #FE9F2D;
}
.AnyTagClassName
{
color: #FE9F2D;
}
</style>
background-color css
<style>
a { background-color: #FE9F2D; }
a { background-color: rgb(254,159,45); }
div.DivClassName
{
background-color: #FE9F2D;
}
.BgClassName
{
background-color: #FE9F2D;
}
</style>
border-color css
<style>
span { border-color: #FE9F2D; }
span { border-color: rgb(254,159,45); }
td.TdClassName
{
border-color: #FE9F2D;
}
.TagClassName
{
border-color: #FE9F2D;
}
</style>