Shades of Neon Carrot #FE993B
Tints of Neon Carrot #FE993B
RGB
CMYK
RGB Variations
Color information
#FE993B (or 0xFE993B) is known color: Neon Carrot. HEX triplet: FE, 99 and 3B. RGB value is (254,153,59). Sum of RGB (Red+Green+Blue) = 254+153+59=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 59 (23.44% from 255 or 12.66% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE993B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE993B is #0166C4. Grayscale: #ACACAC. Windows color (decimal): -91845 or 3906046. OLE color: 3906046.
HSL color Cylindrical-coordinate representation of color #FE993B: hue angle of 28.92º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE993B is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 153 | 59 | - |
| CMYK | 0 | 0.40 | 0.77 | 0.00 |
| HSL | 28.92º | 0.99% | 0.61% | - |
| HSV(B) | 28.92º | 0.77% | 1% | - |
| XYZ | 53.05 | 44.17 | 9.87 | - |
| YUV | 172.48 | 63.96 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 153 | 59 | 0 | 0.40 | 0.77 | 0.00 | 28.92 | 0.99 | 0.61 |
| Hex | FE | 99 | 3B | 0 | 28 | 4D | 0 | 1D | 63 | 3D |
| Octal | 376 | 231 | 73 | 0 | 50 | 115 | 0 | 35 | 143 | 75 |
| Binary | 11111110 | 10011001 | 111011 | 0 | 101000 | 1001101 | 0 | 11101 | 1100011 | 111101 |
Color Harmonies of #FE993B
Complementary color
Monochromatic Colors of #FE993B
Black with #FE993B
Text Example
Text Example
White with #FE993B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE993B; }
p { color: rgb(254,153,59); }
H1.HeaderClassName
{
color: #FE993B;
}
.AnyTagClassName
{
color: #FE993B;
}
</style>
background-color css
<style>
a { background-color: #FE993B; }
a { background-color: rgb(254,153,59); }
div.DivClassName
{
background-color: #FE993B;
}
.BgClassName
{
background-color: #FE993B;
}
</style>
border-color css
<style>
span { border-color: #FE993B; }
span { border-color: rgb(254,153,59); }
td.TdClassName
{
border-color: #FE993B;
}
.TagClassName
{
border-color: #FE993B;
}
</style>