Shades of Neon Carrot #FE943D
Tints of Neon Carrot #FE943D
RGB
CMYK
RGB Variations
Color information
#FE943D (or 0xFE943D) is known color: Neon Carrot. HEX triplet: FE, 94 and 3D. RGB value is (254,148,61). Sum of RGB (Red+Green+Blue) = 254+148+61=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 61 (24.22% from 255 or 13.17% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE943D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE943D is #016BC2. Grayscale: #AAAAAA. Windows color (decimal): -93123 or 4035838. OLE color: 4035838.
HSL color Cylindrical-coordinate representation of color #FE943D: hue angle of 27.05º 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 #FE943D is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 61 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.00 |
| HSL | 27.05º | 0.99% | 0.62% | - |
| HSV(B) | 27.05º | 0.76% | 1% | - |
| XYZ | 52.31 | 42.59 | 9.88 | - |
| YUV | 169.78 | 66.62 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 61 | 0 | 0.42 | 0.76 | 0.00 | 27.05 | 0.99 | 0.62 |
| Hex | FE | 94 | 3D | 0 | 2A | 4C | 0 | 1B | 63 | 3E |
| Octal | 376 | 224 | 75 | 0 | 52 | 114 | 0 | 33 | 143 | 76 |
| Binary | 11111110 | 10010100 | 111101 | 0 | 101010 | 1001100 | 0 | 11011 | 1100011 | 111110 |
Color Harmonies of #FE943D
Complementary color
Monochromatic Colors of #FE943D
Black with #FE943D
Text Example
Text Example
White with #FE943D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE943D; }
p { color: rgb(254,148,61); }
H1.HeaderClassName
{
color: #FE943D;
}
.AnyTagClassName
{
color: #FE943D;
}
</style>
background-color css
<style>
a { background-color: #FE943D; }
a { background-color: rgb(254,148,61); }
div.DivClassName
{
background-color: #FE943D;
}
.BgClassName
{
background-color: #FE943D;
}
</style>
border-color css
<style>
span { border-color: #FE943D; }
span { border-color: rgb(254,148,61); }
td.TdClassName
{
border-color: #FE943D;
}
.TagClassName
{
border-color: #FE943D;
}
</style>