Shades of Neon Carrot #FE963E
Tints of Neon Carrot #FE963E
RGB
CMYK
RGB Variations
Color information
#FE963E (or 0xFE963E) is known color: Neon Carrot. HEX triplet: FE, 96 and 3E. RGB value is (254,150,62). Sum of RGB (Red+Green+Blue) = 254+150+62=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 62 (24.61% from 255 or 13.30% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE963E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE963E is #0169C1. Grayscale: #ABABAB. Windows color (decimal): -92610 or 4101886. OLE color: 4101886.
HSL color Cylindrical-coordinate representation of color #FE963E: hue angle of 27.5º 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 #FE963E is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 62 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.00 |
| HSL | 27.5º | 0.99% | 0.62% | - |
| HSV(B) | 27.5º | 0.76% | 1% | - |
| XYZ | 52.65 | 43.23 | 10.13 | - |
| YUV | 171.06 | 66.46 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 62 | 0 | 0.41 | 0.76 | 0.00 | 27.5 | 0.99 | 0.62 |
| Hex | FE | 96 | 3E | 0 | 29 | 4C | 0 | 1C | 63 | 3E |
| Octal | 376 | 226 | 76 | 0 | 51 | 114 | 0 | 34 | 143 | 76 |
| Binary | 11111110 | 10010110 | 111110 | 0 | 101001 | 1001100 | 0 | 11100 | 1100011 | 111110 |
Color Harmonies of #FE963E
Complementary color
Monochromatic Colors of #FE963E
Black with #FE963E
Text Example
Text Example
White with #FE963E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE963E; }
p { color: rgb(254,150,62); }
H1.HeaderClassName
{
color: #FE963E;
}
.AnyTagClassName
{
color: #FE963E;
}
</style>
background-color css
<style>
a { background-color: #FE963E; }
a { background-color: rgb(254,150,62); }
div.DivClassName
{
background-color: #FE963E;
}
.BgClassName
{
background-color: #FE963E;
}
</style>
border-color css
<style>
span { border-color: #FE963E; }
span { border-color: rgb(254,150,62); }
td.TdClassName
{
border-color: #FE963E;
}
.TagClassName
{
border-color: #FE963E;
}
</style>