Shades of Neon Carrot #FE9C2A
Tints of Neon Carrot #FE9C2A
RGB
CMYK
RGB Variations
Color information
#FE9C2A (or 0xFE9C2A) is known color: Neon Carrot. HEX triplet: FE, 9C and 2A. RGB value is (254,156,42). Sum of RGB (Red+Green+Blue) = 254+156+42=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 42 (16.80% from 255 or 9.29% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9C2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9C2A is #0163D5. Grayscale: #ACACAC. Windows color (decimal): -91094 or 2792702. OLE color: 2792702.
HSL color Cylindrical-coordinate representation of color #FE9C2A: hue angle of 32.26º 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 #FE9C2A is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 156 | 42 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.00 |
| HSL | 32.26º | 0.99% | 0.58% | - |
| HSV(B) | 32.26º | 0.83% | 1% | - |
| XYZ | 53.18 | 45.01 | 8.08 | - |
| YUV | 172.31 | 54.47 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 156 | 42 | 0 | 0.39 | 0.83 | 0.00 | 32.26 | 0.99 | 0.58 |
| Hex | FE | 9C | 2A | 0 | 27 | 53 | 0 | 20 | 63 | 3A |
| Octal | 376 | 234 | 52 | 0 | 47 | 123 | 0 | 40 | 143 | 72 |
| Binary | 11111110 | 10011100 | 101010 | 0 | 100111 | 1010011 | 0 | 100000 | 1100011 | 111010 |
Color Harmonies of #FE9C2A
Complementary color
Monochromatic Colors of #FE9C2A
Black with #FE9C2A
Text Example
Text Example
White with #FE9C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9C2A; }
p { color: rgb(254,156,42); }
H1.HeaderClassName
{
color: #FE9C2A;
}
.AnyTagClassName
{
color: #FE9C2A;
}
</style>
background-color css
<style>
a { background-color: #FE9C2A; }
a { background-color: rgb(254,156,42); }
div.DivClassName
{
background-color: #FE9C2A;
}
.BgClassName
{
background-color: #FE9C2A;
}
</style>
border-color css
<style>
span { border-color: #FE9C2A; }
span { border-color: rgb(254,156,42); }
td.TdClassName
{
border-color: #FE9C2A;
}
.TagClassName
{
border-color: #FE9C2A;
}
</style>