Shades of Neon Carrot #FE8529
Tints of Neon Carrot #FE8529
RGB
CMYK
RGB Variations
Color information
#FE8529 (or 0xFE8529) is known color: Neon Carrot. HEX triplet: FE, 85 and 29. RGB value is (254,133,41). Sum of RGB (Red+Green+Blue) = 254+133+41=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 41 (16.41% from 255 or 9.58% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8529 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8529 is #017AD6. Grayscale: #9F9F9F. Windows color (decimal): -96983 or 2721278. OLE color: 2721278.
HSL color Cylindrical-coordinate representation of color #FE8529: hue angle of 25.92º 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 #FE8529 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 41 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.00 |
| HSL | 25.92º | 0.99% | 0.58% | - |
| HSV(B) | 25.92º | 0.84% | 1% | - |
| XYZ | 49.66 | 38.01 | 6.82 | - |
| YUV | 158.69 | 61.59 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 41 | 0 | 0.48 | 0.84 | 0.00 | 25.92 | 0.99 | 0.58 |
| Hex | FE | 85 | 29 | 0 | 30 | 54 | 0 | 1A | 63 | 3A |
| Octal | 376 | 205 | 51 | 0 | 60 | 124 | 0 | 32 | 143 | 72 |
| Binary | 11111110 | 10000101 | 101001 | 0 | 110000 | 1010100 | 0 | 11010 | 1100011 | 111010 |
Color Harmonies of #FE8529
Complementary color
Monochromatic Colors of #FE8529
Black with #FE8529
Text Example
Text Example
White with #FE8529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8529; }
p { color: rgb(254,133,41); }
H1.HeaderClassName
{
color: #FE8529;
}
.AnyTagClassName
{
color: #FE8529;
}
</style>
background-color css
<style>
a { background-color: #FE8529; }
a { background-color: rgb(254,133,41); }
div.DivClassName
{
background-color: #FE8529;
}
.BgClassName
{
background-color: #FE8529;
}
</style>
border-color css
<style>
span { border-color: #FE8529; }
span { border-color: rgb(254,133,41); }
td.TdClassName
{
border-color: #FE8529;
}
.TagClassName
{
border-color: #FE8529;
}
</style>