Shades of Neon Carrot #FE8F3F
Tints of Neon Carrot #FE8F3F
RGB
CMYK
RGB Variations
Color information
#FE8F3F (or 0xFE8F3F) is known color: Neon Carrot. HEX triplet: FE, 8F and 3F. RGB value is (254,143,63). Sum of RGB (Red+Green+Blue) = 254+143+63=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 63 (25% from 255 or 13.70% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8F3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8F3F is #0170C0. Grayscale: #A7A7A7. Windows color (decimal): -94401 or 4165630. OLE color: 4165630.
HSL color Cylindrical-coordinate representation of color #FE8F3F: hue angle of 25.13º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE8F3F is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 63 | - |
| CMYK | 0 | 0.44 | 0.75 | 0.00 |
| HSL | 25.13º | 0.99% | 0.62% | - |
| HSV(B) | 25.13º | 0.75% | 1% | - |
| XYZ | 51.59 | 41.07 | 9.91 | - |
| YUV | 167.07 | 69.27 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 63 | 0 | 0.44 | 0.75 | 0.00 | 25.13 | 0.99 | 0.62 |
| Hex | FE | 8F | 3F | 0 | 2C | 4B | 0 | 19 | 63 | 3E |
| Octal | 376 | 217 | 77 | 0 | 54 | 113 | 0 | 31 | 143 | 76 |
| Binary | 11111110 | 10001111 | 111111 | 0 | 101100 | 1001011 | 0 | 11001 | 1100011 | 111110 |
Color Harmonies of #FE8F3F
Complementary color
Monochromatic Colors of #FE8F3F
Black with #FE8F3F
Text Example
Text Example
White with #FE8F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8F3F; }
p { color: rgb(254,143,63); }
H1.HeaderClassName
{
color: #FE8F3F;
}
.AnyTagClassName
{
color: #FE8F3F;
}
</style>
background-color css
<style>
a { background-color: #FE8F3F; }
a { background-color: rgb(254,143,63); }
div.DivClassName
{
background-color: #FE8F3F;
}
.BgClassName
{
background-color: #FE8F3F;
}
</style>
border-color css
<style>
span { border-color: #FE8F3F; }
span { border-color: rgb(254,143,63); }
td.TdClassName
{
border-color: #FE8F3F;
}
.TagClassName
{
border-color: #FE8F3F;
}
</style>