Shades of Neon Carrot #FE8D30
Tints of Neon Carrot #FE8D30
RGB
CMYK
RGB Variations
Color information
#FE8D30 (or 0xFE8D30) is known color: Neon Carrot. HEX triplet: FE, 8D and 30. RGB value is (254,141,48). Sum of RGB (Red+Green+Blue) = 254+141+48=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 48 (19.14% from 255 or 10.84% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8D30 is #0172CF. Grayscale: #A4A4A4. Windows color (decimal): -94928 or 3182078. OLE color: 3182078.
HSL color Cylindrical-coordinate representation of color #FE8D30: hue angle of 27.09º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE8D30 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 48 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.00 |
| HSL | 27.09º | 0.99% | 0.59% | - |
| HSV(B) | 27.09º | 0.81% | 1% | - |
| XYZ | 50.93 | 40.33 | 7.9 | - |
| YUV | 164.19 | 62.44 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 48 | 0 | 0.44 | 0.81 | 0.00 | 27.09 | 0.99 | 0.59 |
| Hex | FE | 8D | 30 | 0 | 2C | 51 | 0 | 1B | 63 | 3B |
| Octal | 376 | 215 | 60 | 0 | 54 | 121 | 0 | 33 | 143 | 73 |
| Binary | 11111110 | 10001101 | 110000 | 0 | 101100 | 1010001 | 0 | 11011 | 1100011 | 111011 |
Color Harmonies of #FE8D30
Complementary color
Monochromatic Colors of #FE8D30
Black with #FE8D30
Text Example
Text Example
White with #FE8D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8D30; }
p { color: rgb(254,141,48); }
H1.HeaderClassName
{
color: #FE8D30;
}
.AnyTagClassName
{
color: #FE8D30;
}
</style>
background-color css
<style>
a { background-color: #FE8D30; }
a { background-color: rgb(254,141,48); }
div.DivClassName
{
background-color: #FE8D30;
}
.BgClassName
{
background-color: #FE8D30;
}
</style>
border-color css
<style>
span { border-color: #FE8D30; }
span { border-color: rgb(254,141,48); }
td.TdClassName
{
border-color: #FE8D30;
}
.TagClassName
{
border-color: #FE8D30;
}
</style>