Shades of Neon Carrot #FE992C
Tints of Neon Carrot #FE992C
RGB
CMYK
RGB Variations
Color information
#FE992C (or 0xFE992C) is known color: Neon Carrot. HEX triplet: FE, 99 and 2C. RGB value is (254,153,44). Sum of RGB (Red+Green+Blue) = 254+153+44=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 44 (17.58% from 255 or 9.76% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE992C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE992C is #0166D3. Grayscale: #ABABAB. Windows color (decimal): -91860 or 2923006. OLE color: 2923006.
HSL color Cylindrical-coordinate representation of color #FE992C: hue angle of 31.14º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE992C is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 153 | 44 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.00 |
| HSL | 31.14º | 0.99% | 0.58% | - |
| HSV(B) | 31.14º | 0.83% | 1% | - |
| XYZ | 52.72 | 44.04 | 8.1 | - |
| YUV | 170.77 | 56.46 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 153 | 44 | 0 | 0.40 | 0.83 | 0.00 | 31.14 | 0.99 | 0.58 |
| Hex | FE | 99 | 2C | 0 | 28 | 53 | 0 | 1F | 63 | 3A |
| Octal | 376 | 231 | 54 | 0 | 50 | 123 | 0 | 37 | 143 | 72 |
| Binary | 11111110 | 10011001 | 101100 | 0 | 101000 | 1010011 | 0 | 11111 | 1100011 | 111010 |
Color Harmonies of #FE992C
Complementary color
Monochromatic Colors of #FE992C
Black with #FE992C
Text Example
Text Example
White with #FE992C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE992C; }
p { color: rgb(254,153,44); }
H1.HeaderClassName
{
color: #FE992C;
}
.AnyTagClassName
{
color: #FE992C;
}
</style>
background-color css
<style>
a { background-color: #FE992C; }
a { background-color: rgb(254,153,44); }
div.DivClassName
{
background-color: #FE992C;
}
.BgClassName
{
background-color: #FE992C;
}
</style>
border-color css
<style>
span { border-color: #FE992C; }
span { border-color: rgb(254,153,44); }
td.TdClassName
{
border-color: #FE992C;
}
.TagClassName
{
border-color: #FE992C;
}
</style>