Shades of Neon Carrot #FE9A2A
Tints of Neon Carrot #FE9A2A
RGB
CMYK
RGB Variations
Color information
#FE9A2A (or 0xFE9A2A) is known color: Neon Carrot. HEX triplet: FE, 9A and 2A. RGB value is (254,154,42). Sum of RGB (Red+Green+Blue) = 254+154+42=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 154 (60.55% from 255 or 34.22% from 450); Blue value is 42 (16.80% from 255 or 9.33% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9A2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9A2A is #0165D5. Grayscale: #ABABAB. Windows color (decimal): -91606 or 2792190. OLE color: 2792190.
HSL color Cylindrical-coordinate representation of color #FE9A2A: hue angle of 31.7º 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 #FE9A2A is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 154 | 42 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.00 |
| HSL | 31.7º | 0.99% | 0.58% | - |
| HSV(B) | 31.7º | 0.83% | 1% | - |
| XYZ | 52.85 | 44.35 | 7.97 | - |
| YUV | 171.13 | 55.13 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 154 | 42 | 0 | 0.39 | 0.83 | 0.00 | 31.7 | 0.99 | 0.58 |
| Hex | FE | 9A | 2A | 0 | 27 | 53 | 0 | 20 | 63 | 3A |
| Octal | 376 | 232 | 52 | 0 | 47 | 123 | 0 | 40 | 143 | 72 |
| Binary | 11111110 | 10011010 | 101010 | 0 | 100111 | 1010011 | 0 | 100000 | 1100011 | 111010 |
Color Harmonies of #FE9A2A
Complementary color
Monochromatic Colors of #FE9A2A
Black with #FE9A2A
Text Example
Text Example
White with #FE9A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9A2A; }
p { color: rgb(254,154,42); }
H1.HeaderClassName
{
color: #FE9A2A;
}
.AnyTagClassName
{
color: #FE9A2A;
}
</style>
background-color css
<style>
a { background-color: #FE9A2A; }
a { background-color: rgb(254,154,42); }
div.DivClassName
{
background-color: #FE9A2A;
}
.BgClassName
{
background-color: #FE9A2A;
}
</style>
border-color css
<style>
span { border-color: #FE9A2A; }
span { border-color: rgb(254,154,42); }
td.TdClassName
{
border-color: #FE9A2A;
}
.TagClassName
{
border-color: #FE9A2A;
}
</style>