Shades of Neon Carrot #FE8F32
Tints of Neon Carrot #FE8F32
RGB
CMYK
RGB Variations
Color information
#FE8F32 (or 0xFE8F32) is known color: Neon Carrot. HEX triplet: FE, 8F and 32. RGB value is (254,143,50). Sum of RGB (Red+Green+Blue) = 254+143+50=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 50 (19.92% from 255 or 11.19% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8F32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8F32 is #0170CD. Grayscale: #A6A6A6. Windows color (decimal): -94414 or 3313662. OLE color: 3313662.
HSL color Cylindrical-coordinate representation of color #FE8F32: hue angle of 27.35º 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 #FE8F32 is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 50 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.00 |
| HSL | 27.35º | 0.99% | 0.6% | - |
| HSV(B) | 27.35º | 0.8% | 1% | - |
| XYZ | 51.27 | 40.95 | 8.22 | - |
| YUV | 165.59 | 62.77 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 50 | 0 | 0.44 | 0.80 | 0.00 | 27.35 | 0.99 | 0.6 |
| Hex | FE | 8F | 32 | 0 | 2C | 50 | 0 | 1B | 63 | 3C |
| Octal | 376 | 217 | 62 | 0 | 54 | 120 | 0 | 33 | 143 | 74 |
| Binary | 11111110 | 10001111 | 110010 | 0 | 101100 | 1010000 | 0 | 11011 | 1100011 | 111100 |
Color Harmonies of #FE8F32
Complementary color
Monochromatic Colors of #FE8F32
Black with #FE8F32
Text Example
Text Example
White with #FE8F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8F32; }
p { color: rgb(254,143,50); }
H1.HeaderClassName
{
color: #FE8F32;
}
.AnyTagClassName
{
color: #FE8F32;
}
</style>
background-color css
<style>
a { background-color: #FE8F32; }
a { background-color: rgb(254,143,50); }
div.DivClassName
{
background-color: #FE8F32;
}
.BgClassName
{
background-color: #FE8F32;
}
</style>
border-color css
<style>
span { border-color: #FE8F32; }
span { border-color: rgb(254,143,50); }
td.TdClassName
{
border-color: #FE8F32;
}
.TagClassName
{
border-color: #FE8F32;
}
</style>