Shades of Neon Carrot #FE8C26
Tints of Neon Carrot #FE8C26
RGB
CMYK
RGB Variations
Color information
#FE8C26 (or 0xFE8C26) is known color: Neon Carrot. HEX triplet: FE, 8C and 26. RGB value is (254,140,38). Sum of RGB (Red+Green+Blue) = 254+140+38=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 38 (15.23% from 255 or 8.80% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8C26 is #0173D9. Grayscale: #A2A2A2. Windows color (decimal): -95194 or 2526462. OLE color: 2526462.
HSL color Cylindrical-coordinate representation of color #FE8C26: hue angle of 28.33º 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 #FE8C26 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 38 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.00 |
| HSL | 28.33º | 0.99% | 0.57% | - |
| HSV(B) | 28.33º | 0.85% | 1% | - |
| XYZ | 50.6 | 39.97 | 6.88 | - |
| YUV | 162.46 | 57.77 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 38 | 0 | 0.45 | 0.85 | 0.00 | 28.33 | 0.99 | 0.57 |
| Hex | FE | 8C | 26 | 0 | 2D | 55 | 0 | 1C | 63 | 39 |
| Octal | 376 | 214 | 46 | 0 | 55 | 125 | 0 | 34 | 143 | 71 |
| Binary | 11111110 | 10001100 | 100110 | 0 | 101101 | 1010101 | 0 | 11100 | 1100011 | 111001 |
Color Harmonies of #FE8C26
Complementary color
Monochromatic Colors of #FE8C26
Black with #FE8C26
Text Example
Text Example
White with #FE8C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8C26; }
p { color: rgb(254,140,38); }
H1.HeaderClassName
{
color: #FE8C26;
}
.AnyTagClassName
{
color: #FE8C26;
}
</style>
background-color css
<style>
a { background-color: #FE8C26; }
a { background-color: rgb(254,140,38); }
div.DivClassName
{
background-color: #FE8C26;
}
.BgClassName
{
background-color: #FE8C26;
}
</style>
border-color css
<style>
span { border-color: #FE8C26; }
span { border-color: rgb(254,140,38); }
td.TdClassName
{
border-color: #FE8C26;
}
.TagClassName
{
border-color: #FE8C26;
}
</style>