Shades of Neon Carrot #FE8A34
Tints of Neon Carrot #FE8A34
RGB
CMYK
RGB Variations
Color information
#FE8A34 (or 0xFE8A34) is known color: Neon Carrot. HEX triplet: FE, 8A and 34. RGB value is (254,138,52). Sum of RGB (Red+Green+Blue) = 254+138+52=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 52 (20.70% from 255 or 11.71% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8A34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8A34 is #0175CB. Grayscale: #A3A3A3. Windows color (decimal): -95692 or 3443454. OLE color: 3443454.
HSL color Cylindrical-coordinate representation of color #FE8A34: hue angle of 25.54º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE8A34 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 138 | 52 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.00 |
| HSL | 25.54º | 0.99% | 0.6% | - |
| HSV(B) | 25.54º | 0.8% | 1% | - |
| XYZ | 50.58 | 39.5 | 8.21 | - |
| YUV | 162.88 | 65.43 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 138 | 52 | 0 | 0.46 | 0.80 | 0.00 | 25.54 | 0.99 | 0.6 |
| Hex | FE | 8A | 34 | 0 | 2E | 50 | 0 | 1A | 63 | 3C |
| Octal | 376 | 212 | 64 | 0 | 56 | 120 | 0 | 32 | 143 | 74 |
| Binary | 11111110 | 10001010 | 110100 | 0 | 101110 | 1010000 | 0 | 11010 | 1100011 | 111100 |
Color Harmonies of #FE8A34
Complementary color
Monochromatic Colors of #FE8A34
Black with #FE8A34
Text Example
Text Example
White with #FE8A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8A34; }
p { color: rgb(254,138,52); }
H1.HeaderClassName
{
color: #FE8A34;
}
.AnyTagClassName
{
color: #FE8A34;
}
</style>
background-color css
<style>
a { background-color: #FE8A34; }
a { background-color: rgb(254,138,52); }
div.DivClassName
{
background-color: #FE8A34;
}
.BgClassName
{
background-color: #FE8A34;
}
</style>
border-color css
<style>
span { border-color: #FE8A34; }
span { border-color: rgb(254,138,52); }
td.TdClassName
{
border-color: #FE8A34;
}
.TagClassName
{
border-color: #FE8A34;
}
</style>