Shades of Neon Carrot #FE8C28
Tints of Neon Carrot #FE8C28
RGB
CMYK
RGB Variations
Color information
#FE8C28 (or 0xFE8C28) is known color: Neon Carrot. HEX triplet: FE, 8C and 28. RGB value is (254,140,40). Sum of RGB (Red+Green+Blue) = 254+140+40=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 40 (16.02% from 255 or 9.22% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8C28 is #0173D7. Grayscale: #A3A3A3. Windows color (decimal): -95192 or 2657534. OLE color: 2657534.
HSL color Cylindrical-coordinate representation of color #FE8C28: hue angle of 28.04º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE8C28 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 40 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.00 |
| HSL | 28.04º | 0.99% | 0.58% | - |
| HSV(B) | 28.04º | 0.84% | 1% | - |
| XYZ | 50.63 | 39.98 | 7.06 | - |
| YUV | 162.69 | 58.77 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 40 | 0 | 0.45 | 0.84 | 0.00 | 28.04 | 0.99 | 0.58 |
| Hex | FE | 8C | 28 | 0 | 2D | 54 | 0 | 1C | 63 | 3A |
| Octal | 376 | 214 | 50 | 0 | 55 | 124 | 0 | 34 | 143 | 72 |
| Binary | 11111110 | 10001100 | 101000 | 0 | 101101 | 1010100 | 0 | 11100 | 1100011 | 111010 |
Color Harmonies of #FE8C28
Complementary color
Monochromatic Colors of #FE8C28
Black with #FE8C28
Text Example
Text Example
White with #FE8C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8C28; }
p { color: rgb(254,140,40); }
H1.HeaderClassName
{
color: #FE8C28;
}
.AnyTagClassName
{
color: #FE8C28;
}
</style>
background-color css
<style>
a { background-color: #FE8C28; }
a { background-color: rgb(254,140,40); }
div.DivClassName
{
background-color: #FE8C28;
}
.BgClassName
{
background-color: #FE8C28;
}
</style>
border-color css
<style>
span { border-color: #FE8C28; }
span { border-color: rgb(254,140,40); }
td.TdClassName
{
border-color: #FE8C28;
}
.TagClassName
{
border-color: #FE8C28;
}
</style>