Shades of Neon Carrot #FE9A34
Tints of Neon Carrot #FE9A34
RGB
CMYK
RGB Variations
Color information
#FE9A34 (or 0xFE9A34) is known color: Neon Carrot. HEX triplet: FE, 9A and 34. RGB value is (254,154,52). Sum of RGB (Red+Green+Blue) = 254+154+52=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 52 (20.70% from 255 or 11.30% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9A34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9A34 is #0165CB. Grayscale: #ACACAC. Windows color (decimal): -91596 or 3447550. OLE color: 3447550.
HSL color Cylindrical-coordinate representation of color #FE9A34: hue angle of 30.3º 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 #FE9A34 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 154 | 52 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.00 |
| HSL | 30.3º | 0.99% | 0.6% | - |
| HSV(B) | 30.3º | 0.8% | 1% | - |
| XYZ | 53.05 | 44.43 | 9.03 | - |
| YUV | 172.27 | 60.13 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 154 | 52 | 0 | 0.39 | 0.80 | 0.00 | 30.3 | 0.99 | 0.6 |
| Hex | FE | 9A | 34 | 0 | 27 | 50 | 0 | 1E | 63 | 3C |
| Octal | 376 | 232 | 64 | 0 | 47 | 120 | 0 | 36 | 143 | 74 |
| Binary | 11111110 | 10011010 | 110100 | 0 | 100111 | 1010000 | 0 | 11110 | 1100011 | 111100 |
Color Harmonies of #FE9A34
Complementary color
Monochromatic Colors of #FE9A34
Black with #FE9A34
Text Example
Text Example
White with #FE9A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9A34; }
p { color: rgb(254,154,52); }
H1.HeaderClassName
{
color: #FE9A34;
}
.AnyTagClassName
{
color: #FE9A34;
}
</style>
background-color css
<style>
a { background-color: #FE9A34; }
a { background-color: rgb(254,154,52); }
div.DivClassName
{
background-color: #FE9A34;
}
.BgClassName
{
background-color: #FE9A34;
}
</style>
border-color css
<style>
span { border-color: #FE9A34; }
span { border-color: rgb(254,154,52); }
td.TdClassName
{
border-color: #FE9A34;
}
.TagClassName
{
border-color: #FE9A34;
}
</style>