Shades of Neon Carrot #FE8C32
Tints of Neon Carrot #FE8C32
RGB
CMYK
RGB Variations
Color information
#FE8C32 (or 0xFE8C32) is known color: Neon Carrot. HEX triplet: FE, 8C and 32. RGB value is (254,140,50). Sum of RGB (Red+Green+Blue) = 254+140+50=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 50 (19.92% from 255 or 11.26% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8C32 is #0173CD. Grayscale: #A4A4A4. Windows color (decimal): -95182 or 3312894. OLE color: 3312894.
HSL color Cylindrical-coordinate representation of color #FE8C32: hue angle of 26.47º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE8C32 is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 50 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.00 |
| HSL | 26.47º | 0.99% | 0.6% | - |
| HSV(B) | 26.47º | 0.8% | 1% | - |
| XYZ | 50.83 | 40.06 | 8.07 | - |
| YUV | 163.83 | 63.77 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 50 | 0 | 0.45 | 0.80 | 0.00 | 26.47 | 0.99 | 0.6 |
| Hex | FE | 8C | 32 | 0 | 2D | 50 | 0 | 1A | 63 | 3C |
| Octal | 376 | 214 | 62 | 0 | 55 | 120 | 0 | 32 | 143 | 74 |
| Binary | 11111110 | 10001100 | 110010 | 0 | 101101 | 1010000 | 0 | 11010 | 1100011 | 111100 |
Color Harmonies of #FE8C32
Complementary color
Monochromatic Colors of #FE8C32
Black with #FE8C32
Text Example
Text Example
White with #FE8C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8C32; }
p { color: rgb(254,140,50); }
H1.HeaderClassName
{
color: #FE8C32;
}
.AnyTagClassName
{
color: #FE8C32;
}
</style>
background-color css
<style>
a { background-color: #FE8C32; }
a { background-color: rgb(254,140,50); }
div.DivClassName
{
background-color: #FE8C32;
}
.BgClassName
{
background-color: #FE8C32;
}
</style>
border-color css
<style>
span { border-color: #FE8C32; }
span { border-color: rgb(254,140,50); }
td.TdClassName
{
border-color: #FE8C32;
}
.TagClassName
{
border-color: #FE8C32;
}
</style>