Shades of Neon Carrot #FE922E
Tints of Neon Carrot #FE922E
RGB
CMYK
RGB Variations
Color information
#FE922E (or 0xFE922E) is known color: Neon Carrot. HEX triplet: FE, 92 and 2E. RGB value is (254,146,46). Sum of RGB (Red+Green+Blue) = 254+146+46=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 46 (18.36% from 255 or 10.31% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FE922E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE922E is #016DD1. Grayscale: #A7A7A7. Windows color (decimal): -93650 or 3052286. OLE color: 3052286.
HSL color Cylindrical-coordinate representation of color #FE922E: hue angle of 28.85º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE922E is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 46 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.00 |
| HSL | 28.85º | 0.99% | 0.59% | - |
| HSV(B) | 28.85º | 0.82% | 1% | - |
| XYZ | 51.65 | 41.83 | 7.94 | - |
| YUV | 166.89 | 59.78 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 46 | 0 | 0.43 | 0.82 | 0.00 | 28.85 | 0.99 | 0.59 |
| Hex | FE | 92 | 2E | 0 | 2B | 52 | 0 | 1D | 63 | 3B |
| Octal | 376 | 222 | 56 | 0 | 53 | 122 | 0 | 35 | 143 | 73 |
| Binary | 11111110 | 10010010 | 101110 | 0 | 101011 | 1010010 | 0 | 11101 | 1100011 | 111011 |
Color Harmonies of #FE922E
Complementary color
Monochromatic Colors of #FE922E
Black with #FE922E
Text Example
Text Example
White with #FE922E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE922E; }
p { color: rgb(254,146,46); }
H1.HeaderClassName
{
color: #FE922E;
}
.AnyTagClassName
{
color: #FE922E;
}
</style>
background-color css
<style>
a { background-color: #FE922E; }
a { background-color: rgb(254,146,46); }
div.DivClassName
{
background-color: #FE922E;
}
.BgClassName
{
background-color: #FE922E;
}
</style>
border-color css
<style>
span { border-color: #FE922E; }
span { border-color: rgb(254,146,46); }
td.TdClassName
{
border-color: #FE922E;
}
.TagClassName
{
border-color: #FE922E;
}
</style>