Shades of Neon Carrot #FE983C
Tints of Neon Carrot #FE983C
RGB
CMYK
RGB Variations
Color information
#FE983C (or 0xFE983C) is known color: Neon Carrot. HEX triplet: FE, 98 and 3C. RGB value is (254,152,60). Sum of RGB (Red+Green+Blue) = 254+152+60=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 60 (23.83% from 255 or 12.88% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE983C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE983C is #0167C3. Grayscale: #ACACAC. Windows color (decimal): -92100 or 3971326. OLE color: 3971326.
HSL color Cylindrical-coordinate representation of color #FE983C: hue angle of 28.45º 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 #FE983C is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 152 | 60 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.00 |
| HSL | 28.45º | 0.99% | 0.62% | - |
| HSV(B) | 28.45º | 0.76% | 1% | - |
| XYZ | 52.92 | 43.85 | 9.95 | - |
| YUV | 172.01 | 64.79 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 152 | 60 | 0 | 0.40 | 0.76 | 0.00 | 28.45 | 0.99 | 0.62 |
| Hex | FE | 98 | 3C | 0 | 28 | 4C | 0 | 1C | 63 | 3E |
| Octal | 376 | 230 | 74 | 0 | 50 | 114 | 0 | 34 | 143 | 76 |
| Binary | 11111110 | 10011000 | 111100 | 0 | 101000 | 1001100 | 0 | 11100 | 1100011 | 111110 |
Color Harmonies of #FE983C
Complementary color
Monochromatic Colors of #FE983C
Black with #FE983C
Text Example
Text Example
White with #FE983C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE983C; }
p { color: rgb(254,152,60); }
H1.HeaderClassName
{
color: #FE983C;
}
.AnyTagClassName
{
color: #FE983C;
}
</style>
background-color css
<style>
a { background-color: #FE983C; }
a { background-color: rgb(254,152,60); }
div.DivClassName
{
background-color: #FE983C;
}
.BgClassName
{
background-color: #FE983C;
}
</style>
border-color css
<style>
span { border-color: #FE983C; }
span { border-color: rgb(254,152,60); }
td.TdClassName
{
border-color: #FE983C;
}
.TagClassName
{
border-color: #FE983C;
}
</style>