Shades of Neon Carrot #FE9234
Tints of Neon Carrot #FE9234
RGB
CMYK
RGB Variations
Color information
#FE9234 (or 0xFE9234) is known color: Neon Carrot. HEX triplet: FE, 92 and 34. RGB value is (254,146,52). Sum of RGB (Red+Green+Blue) = 254+146+52=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 146 (57.42% from 255 or 32.30% from 452); Blue value is 52 (20.70% from 255 or 11.50% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9234 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9234 is #016DCB. Grayscale: #A8A8A8. Windows color (decimal): -93644 or 3445502. OLE color: 3445502.
HSL color Cylindrical-coordinate representation of color #FE9234: hue angle of 27.92º 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 #FE9234 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 52 | - |
| CMYK | 0 | 0.43 | 0.80 | 0.00 |
| HSL | 27.92º | 0.99% | 0.6% | - |
| HSV(B) | 27.92º | 0.8% | 1% | - |
| XYZ | 51.77 | 41.88 | 8.6 | - |
| YUV | 167.58 | 62.78 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 52 | 0 | 0.43 | 0.80 | 0.00 | 27.92 | 0.99 | 0.6 |
| Hex | FE | 92 | 34 | 0 | 2B | 50 | 0 | 1C | 63 | 3C |
| Octal | 376 | 222 | 64 | 0 | 53 | 120 | 0 | 34 | 143 | 74 |
| Binary | 11111110 | 10010010 | 110100 | 0 | 101011 | 1010000 | 0 | 11100 | 1100011 | 111100 |
Color Harmonies of #FE9234
Complementary color
Monochromatic Colors of #FE9234
Black with #FE9234
Text Example
Text Example
White with #FE9234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9234; }
p { color: rgb(254,146,52); }
H1.HeaderClassName
{
color: #FE9234;
}
.AnyTagClassName
{
color: #FE9234;
}
</style>
background-color css
<style>
a { background-color: #FE9234; }
a { background-color: rgb(254,146,52); }
div.DivClassName
{
background-color: #FE9234;
}
.BgClassName
{
background-color: #FE9234;
}
</style>
border-color css
<style>
span { border-color: #FE9234; }
span { border-color: rgb(254,146,52); }
td.TdClassName
{
border-color: #FE9234;
}
.TagClassName
{
border-color: #FE9234;
}
</style>