Shades of Neon Carrot #FE992D
Tints of Neon Carrot #FE992D
RGB
CMYK
RGB Variations
Color information
#FE992D (or 0xFE992D) is known color: Neon Carrot. HEX triplet: FE, 99 and 2D. RGB value is (254,153,45). Sum of RGB (Red+Green+Blue) = 254+153+45=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 45 (17.97% from 255 or 9.96% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE992D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE992D is #0166D2. Grayscale: #ABABAB. Windows color (decimal): -91859 or 2988542. OLE color: 2988542.
HSL color Cylindrical-coordinate representation of color #FE992D: hue angle of 31º 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 #FE992D is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 153 | 45 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.00 |
| HSL | 31º | 0.99% | 0.59% | - |
| HSV(B) | 31º | 0.82% | 1% | - |
| XYZ | 52.74 | 44.04 | 8.2 | - |
| YUV | 170.89 | 56.96 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 153 | 45 | 0 | 0.40 | 0.82 | 0.00 | 31 | 0.99 | 0.59 |
| Hex | FE | 99 | 2D | 0 | 28 | 52 | 0 | 1F | 63 | 3B |
| Octal | 376 | 231 | 55 | 0 | 50 | 122 | 0 | 37 | 143 | 73 |
| Binary | 11111110 | 10011001 | 101101 | 0 | 101000 | 1010010 | 0 | 11111 | 1100011 | 111011 |
Color Harmonies of #FE992D
Complementary color
Monochromatic Colors of #FE992D
Black with #FE992D
Text Example
Text Example
White with #FE992D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE992D; }
p { color: rgb(254,153,45); }
H1.HeaderClassName
{
color: #FE992D;
}
.AnyTagClassName
{
color: #FE992D;
}
</style>
background-color css
<style>
a { background-color: #FE992D; }
a { background-color: rgb(254,153,45); }
div.DivClassName
{
background-color: #FE992D;
}
.BgClassName
{
background-color: #FE992D;
}
</style>
border-color css
<style>
span { border-color: #FE992D; }
span { border-color: rgb(254,153,45); }
td.TdClassName
{
border-color: #FE992D;
}
.TagClassName
{
border-color: #FE992D;
}
</style>