Shades of Neon Carrot #FE9F2A
Tints of Neon Carrot #FE9F2A
RGB
CMYK
RGB Variations
Color information
#FE9F2A (or 0xFE9F2A) is known color: Neon Carrot. HEX triplet: FE, 9F and 2A. RGB value is (254,159,42). Sum of RGB (Red+Green+Blue) = 254+159+42=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 159 (62.5% from 255 or 34.95% from 455); Blue value is 42 (16.80% from 255 or 9.23% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9F2A is #0160D5. Grayscale: #AEAEAE. Windows color (decimal): -90326 or 2793470. OLE color: 2793470.
HSL color Cylindrical-coordinate representation of color #FE9F2A: hue angle of 33.11º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE9F2A is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 42 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.00 |
| HSL | 33.11º | 0.99% | 0.58% | - |
| HSV(B) | 33.11º | 0.83% | 1% | - |
| XYZ | 53.69 | 46.03 | 8.25 | - |
| YUV | 174.07 | 53.47 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 42 | 0 | 0.37 | 0.83 | 0.00 | 33.11 | 0.99 | 0.58 |
| Hex | FE | 9F | 2A | 0 | 25 | 53 | 0 | 21 | 63 | 3A |
| Octal | 376 | 237 | 52 | 0 | 45 | 123 | 0 | 41 | 143 | 72 |
| Binary | 11111110 | 10011111 | 101010 | 0 | 100101 | 1010011 | 0 | 100001 | 1100011 | 111010 |
Color Harmonies of #FE9F2A
Complementary color
Monochromatic Colors of #FE9F2A
Black with #FE9F2A
Text Example
Text Example
White with #FE9F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9F2A; }
p { color: rgb(254,159,42); }
H1.HeaderClassName
{
color: #FE9F2A;
}
.AnyTagClassName
{
color: #FE9F2A;
}
</style>
background-color css
<style>
a { background-color: #FE9F2A; }
a { background-color: rgb(254,159,42); }
div.DivClassName
{
background-color: #FE9F2A;
}
.BgClassName
{
background-color: #FE9F2A;
}
</style>
border-color css
<style>
span { border-color: #FE9F2A; }
span { border-color: rgb(254,159,42); }
td.TdClassName
{
border-color: #FE9F2A;
}
.TagClassName
{
border-color: #FE9F2A;
}
</style>