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