Shades of Neon Carrot #FE902E
Tints of Neon Carrot #FE902E
RGB
CMYK
RGB Variations
Color information
#FE902E (or 0xFE902E) is known color: Neon Carrot. HEX triplet: FE, 90 and 2E. RGB value is (254,144,46). Sum of RGB (Red+Green+Blue) = 254+144+46=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 46 (18.36% from 255 or 10.36% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE902E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE902E is #016FD1. Grayscale: #A6A6A6. Windows color (decimal): -94162 or 3051774. OLE color: 3051774.
HSL color Cylindrical-coordinate representation of color #FE902E: hue angle of 28.27º 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 #FE902E is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 46 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.00 |
| HSL | 28.27º | 0.99% | 0.59% | - |
| HSV(B) | 28.27º | 0.82% | 1% | - |
| XYZ | 51.34 | 41.21 | 7.83 | - |
| YUV | 165.72 | 60.44 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 46 | 0 | 0.43 | 0.82 | 0.00 | 28.27 | 0.99 | 0.59 |
| Hex | FE | 90 | 2E | 0 | 2B | 52 | 0 | 1C | 63 | 3B |
| Octal | 376 | 220 | 56 | 0 | 53 | 122 | 0 | 34 | 143 | 73 |
| Binary | 11111110 | 10010000 | 101110 | 0 | 101011 | 1010010 | 0 | 11100 | 1100011 | 111011 |
Color Harmonies of #FE902E
Complementary color
Monochromatic Colors of #FE902E
Black with #FE902E
Text Example
Text Example
White with #FE902E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE902E; }
p { color: rgb(254,144,46); }
H1.HeaderClassName
{
color: #FE902E;
}
.AnyTagClassName
{
color: #FE902E;
}
</style>
background-color css
<style>
a { background-color: #FE902E; }
a { background-color: rgb(254,144,46); }
div.DivClassName
{
background-color: #FE902E;
}
.BgClassName
{
background-color: #FE902E;
}
</style>
border-color css
<style>
span { border-color: #FE902E; }
span { border-color: rgb(254,144,46); }
td.TdClassName
{
border-color: #FE902E;
}
.TagClassName
{
border-color: #FE902E;
}
</style>