Shades of Neon Carrot #FE9C2D
Tints of Neon Carrot #FE9C2D
RGB
CMYK
RGB Variations
Color information
#FE9C2D (or 0xFE9C2D) is known color: Neon Carrot. HEX triplet: FE, 9C and 2D. RGB value is (254,156,45). Sum of RGB (Red+Green+Blue) = 254+156+45=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 45 (17.97% from 255 or 9.89% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9C2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9C2D is #0163D2. Grayscale: #ADADAD. Windows color (decimal): -91091 or 2989310. OLE color: 2989310.
HSL color Cylindrical-coordinate representation of color #FE9C2D: hue angle of 31.87º 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 #FE9C2D is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 156 | 45 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.00 |
| HSL | 31.87º | 0.99% | 0.59% | - |
| HSV(B) | 31.87º | 0.82% | 1% | - |
| XYZ | 53.24 | 45.04 | 8.37 | - |
| YUV | 172.65 | 55.97 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 156 | 45 | 0 | 0.39 | 0.82 | 0.00 | 31.87 | 0.99 | 0.59 |
| Hex | FE | 9C | 2D | 0 | 27 | 52 | 0 | 20 | 63 | 3B |
| Octal | 376 | 234 | 55 | 0 | 47 | 122 | 0 | 40 | 143 | 73 |
| Binary | 11111110 | 10011100 | 101101 | 0 | 100111 | 1010010 | 0 | 100000 | 1100011 | 111011 |
Color Harmonies of #FE9C2D
Complementary color
Monochromatic Colors of #FE9C2D
Black with #FE9C2D
Text Example
Text Example
White with #FE9C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9C2D; }
p { color: rgb(254,156,45); }
H1.HeaderClassName
{
color: #FE9C2D;
}
.AnyTagClassName
{
color: #FE9C2D;
}
</style>
background-color css
<style>
a { background-color: #FE9C2D; }
a { background-color: rgb(254,156,45); }
div.DivClassName
{
background-color: #FE9C2D;
}
.BgClassName
{
background-color: #FE9C2D;
}
</style>
border-color css
<style>
span { border-color: #FE9C2D; }
span { border-color: rgb(254,156,45); }
td.TdClassName
{
border-color: #FE9C2D;
}
.TagClassName
{
border-color: #FE9C2D;
}
</style>