Shades of Neon Carrot #FE8F3D
Tints of Neon Carrot #FE8F3D
RGB
CMYK
RGB Variations
Color information
#FE8F3D (or 0xFE8F3D) is known color: Neon Carrot. HEX triplet: FE, 8F and 3D. RGB value is (254,143,61). Sum of RGB (Red+Green+Blue) = 254+143+61=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 61 (24.22% from 255 or 13.32% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8F3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8F3D is #0170C2. Grayscale: #A7A7A7. Windows color (decimal): -94403 or 4034558. OLE color: 4034558.
HSL color Cylindrical-coordinate representation of color #FE8F3D: hue angle of 25.49º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE8F3D is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 61 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.00 |
| HSL | 25.49º | 0.99% | 0.62% | - |
| HSV(B) | 25.49º | 0.76% | 1% | - |
| XYZ | 51.54 | 41.05 | 9.62 | - |
| YUV | 166.84 | 68.27 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 61 | 0 | 0.44 | 0.76 | 0.00 | 25.49 | 0.99 | 0.62 |
| Hex | FE | 8F | 3D | 0 | 2C | 4C | 0 | 19 | 63 | 3E |
| Octal | 376 | 217 | 75 | 0 | 54 | 114 | 0 | 31 | 143 | 76 |
| Binary | 11111110 | 10001111 | 111101 | 0 | 101100 | 1001100 | 0 | 11001 | 1100011 | 111110 |
Color Harmonies of #FE8F3D
Complementary color
Monochromatic Colors of #FE8F3D
Black with #FE8F3D
Text Example
Text Example
White with #FE8F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8F3D; }
p { color: rgb(254,143,61); }
H1.HeaderClassName
{
color: #FE8F3D;
}
.AnyTagClassName
{
color: #FE8F3D;
}
</style>
background-color css
<style>
a { background-color: #FE8F3D; }
a { background-color: rgb(254,143,61); }
div.DivClassName
{
background-color: #FE8F3D;
}
.BgClassName
{
background-color: #FE8F3D;
}
</style>
border-color css
<style>
span { border-color: #FE8F3D; }
span { border-color: rgb(254,143,61); }
td.TdClassName
{
border-color: #FE8F3D;
}
.TagClassName
{
border-color: #FE8F3D;
}
</style>