Shades of Neon Carrot #FE9223
Tints of Neon Carrot #FE9223
RGB
CMYK
RGB Variations
Color information
#FE9223 (or 0xFE9223) is known color: Neon Carrot. HEX triplet: FE, 92 and 23. RGB value is (254,146,35). Sum of RGB (Red+Green+Blue) = 254+146+35=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 35 (14.06% from 255 or 8.05% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9223 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9223 is #016DDC. Grayscale: #A6A6A6. Windows color (decimal): -93661 or 2331390. OLE color: 2331390.
HSL color Cylindrical-coordinate representation of color #FE9223: hue angle of 30.41º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE9223 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 35 | - |
| CMYK | 0 | 0.43 | 0.86 | 0.00 |
| HSL | 30.41º | 0.99% | 0.57% | - |
| HSV(B) | 30.41º | 0.86% | 1% | - |
| XYZ | 51.46 | 41.75 | 6.94 | - |
| YUV | 165.64 | 54.28 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 35 | 0 | 0.43 | 0.86 | 0.00 | 30.41 | 0.99 | 0.57 |
| Hex | FE | 92 | 23 | 0 | 2B | 56 | 0 | 1E | 63 | 39 |
| Octal | 376 | 222 | 43 | 0 | 53 | 126 | 0 | 36 | 143 | 71 |
| Binary | 11111110 | 10010010 | 100011 | 0 | 101011 | 1010110 | 0 | 11110 | 1100011 | 111001 |
Color Harmonies of #FE9223
Complementary color
Monochromatic Colors of #FE9223
Black with #FE9223
Text Example
Text Example
White with #FE9223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9223; }
p { color: rgb(254,146,35); }
H1.HeaderClassName
{
color: #FE9223;
}
.AnyTagClassName
{
color: #FE9223;
}
</style>
background-color css
<style>
a { background-color: #FE9223; }
a { background-color: rgb(254,146,35); }
div.DivClassName
{
background-color: #FE9223;
}
.BgClassName
{
background-color: #FE9223;
}
</style>
border-color css
<style>
span { border-color: #FE9223; }
span { border-color: rgb(254,146,35); }
td.TdClassName
{
border-color: #FE9223;
}
.TagClassName
{
border-color: #FE9223;
}
</style>