Shades of Neon Carrot #FE993D
Tints of Neon Carrot #FE993D
RGB
CMYK
RGB Variations
Color information
#FE993D (or 0xFE993D) is known color: Neon Carrot. HEX triplet: FE, 99 and 3D. RGB value is (254,153,61). Sum of RGB (Red+Green+Blue) = 254+153+61=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 61 (24.22% from 255 or 13.03% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FE993D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE993D is #0166C2. Grayscale: #ADADAD. Windows color (decimal): -91843 or 4037118. OLE color: 4037118.
HSL color Cylindrical-coordinate representation of color #FE993D: hue angle of 28.6º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE993D is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 153 | 61 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.00 |
| HSL | 28.6º | 0.99% | 0.62% | - |
| HSV(B) | 28.6º | 0.76% | 1% | - |
| XYZ | 53.11 | 44.19 | 10.15 | - |
| YUV | 172.71 | 64.96 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 153 | 61 | 0 | 0.40 | 0.76 | 0.00 | 28.6 | 0.99 | 0.62 |
| Hex | FE | 99 | 3D | 0 | 28 | 4C | 0 | 1D | 63 | 3E |
| Octal | 376 | 231 | 75 | 0 | 50 | 114 | 0 | 35 | 143 | 76 |
| Binary | 11111110 | 10011001 | 111101 | 0 | 101000 | 1001100 | 0 | 11101 | 1100011 | 111110 |
Color Harmonies of #FE993D
Complementary color
Monochromatic Colors of #FE993D
Black with #FE993D
Text Example
Text Example
White with #FE993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE993D; }
p { color: rgb(254,153,61); }
H1.HeaderClassName
{
color: #FE993D;
}
.AnyTagClassName
{
color: #FE993D;
}
</style>
background-color css
<style>
a { background-color: #FE993D; }
a { background-color: rgb(254,153,61); }
div.DivClassName
{
background-color: #FE993D;
}
.BgClassName
{
background-color: #FE993D;
}
</style>
border-color css
<style>
span { border-color: #FE993D; }
span { border-color: rgb(254,153,61); }
td.TdClassName
{
border-color: #FE993D;
}
.TagClassName
{
border-color: #FE993D;
}
</style>