Shades of Neon Carrot #FE9A26
Tints of Neon Carrot #FE9A26
RGB
CMYK
RGB Variations
Color information
#FE9A26 (or 0xFE9A26) is known color: Neon Carrot. HEX triplet: FE, 9A and 26. RGB value is (254,154,38). Sum of RGB (Red+Green+Blue) = 254+154+38=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 38 (15.23% from 255 or 8.52% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9A26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9A26 is #0165D9. Grayscale: #ABABAB. Windows color (decimal): -91610 or 2530046. OLE color: 2530046.
HSL color Cylindrical-coordinate representation of color #FE9A26: hue angle of 32.22º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE9A26 is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 154 | 38 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.00 |
| HSL | 32.22º | 0.99% | 0.57% | - |
| HSV(B) | 32.22º | 0.85% | 1% | - |
| XYZ | 52.78 | 44.32 | 7.61 | - |
| YUV | 170.68 | 53.13 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 154 | 38 | 0 | 0.39 | 0.85 | 0.00 | 32.22 | 0.99 | 0.57 |
| Hex | FE | 9A | 26 | 0 | 27 | 55 | 0 | 20 | 63 | 39 |
| Octal | 376 | 232 | 46 | 0 | 47 | 125 | 0 | 40 | 143 | 71 |
| Binary | 11111110 | 10011010 | 100110 | 0 | 100111 | 1010101 | 0 | 100000 | 1100011 | 111001 |
Color Harmonies of #FE9A26
Complementary color
Monochromatic Colors of #FE9A26
Black with #FE9A26
Text Example
Text Example
White with #FE9A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9A26; }
p { color: rgb(254,154,38); }
H1.HeaderClassName
{
color: #FE9A26;
}
.AnyTagClassName
{
color: #FE9A26;
}
</style>
background-color css
<style>
a { background-color: #FE9A26; }
a { background-color: rgb(254,154,38); }
div.DivClassName
{
background-color: #FE9A26;
}
.BgClassName
{
background-color: #FE9A26;
}
</style>
border-color css
<style>
span { border-color: #FE9A26; }
span { border-color: rgb(254,154,38); }
td.TdClassName
{
border-color: #FE9A26;
}
.TagClassName
{
border-color: #FE9A26;
}
</style>