Shades of Neon Carrot #FE913B
Tints of Neon Carrot #FE913B
RGB
CMYK
RGB Variations
Color information
#FE913B (or 0xFE913B) is known color: Neon Carrot. HEX triplet: FE, 91 and 3B. RGB value is (254,145,59). Sum of RGB (Red+Green+Blue) = 254+145+59=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 59 (23.44% from 255 or 12.88% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FE913B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE913B is #016EC4. Grayscale: #A8A8A8. Windows color (decimal): -93893 or 3903998. OLE color: 3903998.
HSL color Cylindrical-coordinate representation of color #FE913B: hue angle of 26.46º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE913B is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 59 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.00 |
| HSL | 26.46º | 0.99% | 0.61% | - |
| HSV(B) | 26.46º | 0.77% | 1% | - |
| XYZ | 51.79 | 41.64 | 9.44 | - |
| YUV | 167.79 | 66.61 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 59 | 0 | 0.43 | 0.77 | 0.00 | 26.46 | 0.99 | 0.61 |
| Hex | FE | 91 | 3B | 0 | 2B | 4D | 0 | 1A | 63 | 3D |
| Octal | 376 | 221 | 73 | 0 | 53 | 115 | 0 | 32 | 143 | 75 |
| Binary | 11111110 | 10010001 | 111011 | 0 | 101011 | 1001101 | 0 | 11010 | 1100011 | 111101 |
Color Harmonies of #FE913B
Complementary color
Monochromatic Colors of #FE913B
Black with #FE913B
Text Example
Text Example
White with #FE913B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE913B; }
p { color: rgb(254,145,59); }
H1.HeaderClassName
{
color: #FE913B;
}
.AnyTagClassName
{
color: #FE913B;
}
</style>
background-color css
<style>
a { background-color: #FE913B; }
a { background-color: rgb(254,145,59); }
div.DivClassName
{
background-color: #FE913B;
}
.BgClassName
{
background-color: #FE913B;
}
</style>
border-color css
<style>
span { border-color: #FE913B; }
span { border-color: rgb(254,145,59); }
td.TdClassName
{
border-color: #FE913B;
}
.TagClassName
{
border-color: #FE913B;
}
</style>