Shades of Neon Carrot #FE963A
Tints of Neon Carrot #FE963A
RGB
CMYK
RGB Variations
Color information
#FE963A (or 0xFE963A) is known color: Neon Carrot. HEX triplet: FE, 96 and 3A. RGB value is (254,150,58). Sum of RGB (Red+Green+Blue) = 254+150+58=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 58 (23.05% from 255 or 12.55% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FE963A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE963A is #0169C5. Grayscale: #ABABAB. Windows color (decimal): -92614 or 3839742. OLE color: 3839742.
HSL color Cylindrical-coordinate representation of color #FE963A: hue angle of 28.16º 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 #FE963A is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 58 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.00 |
| HSL | 28.16º | 0.99% | 0.61% | - |
| HSV(B) | 28.16º | 0.77% | 1% | - |
| XYZ | 52.54 | 43.19 | 9.57 | - |
| YUV | 170.61 | 64.46 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 58 | 0 | 0.41 | 0.77 | 0.00 | 28.16 | 0.99 | 0.61 |
| Hex | FE | 96 | 3A | 0 | 29 | 4D | 0 | 1C | 63 | 3D |
| Octal | 376 | 226 | 72 | 0 | 51 | 115 | 0 | 34 | 143 | 75 |
| Binary | 11111110 | 10010110 | 111010 | 0 | 101001 | 1001101 | 0 | 11100 | 1100011 | 111101 |
Color Harmonies of #FE963A
Complementary color
Monochromatic Colors of #FE963A
Black with #FE963A
Text Example
Text Example
White with #FE963A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE963A; }
p { color: rgb(254,150,58); }
H1.HeaderClassName
{
color: #FE963A;
}
.AnyTagClassName
{
color: #FE963A;
}
</style>
background-color css
<style>
a { background-color: #FE963A; }
a { background-color: rgb(254,150,58); }
div.DivClassName
{
background-color: #FE963A;
}
.BgClassName
{
background-color: #FE963A;
}
</style>
border-color css
<style>
span { border-color: #FE963A; }
span { border-color: rgb(254,150,58); }
td.TdClassName
{
border-color: #FE963A;
}
.TagClassName
{
border-color: #FE963A;
}
</style>