Shades of Neon Carrot #FE9D3C
Tints of Neon Carrot #FE9D3C
RGB
CMYK
RGB Variations
Color information
#FE9D3C (or 0xFE9D3C) is known color: Neon Carrot. HEX triplet: FE, 9D and 3C. RGB value is (254,157,60). Sum of RGB (Red+Green+Blue) = 254+157+60=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 60 (23.83% from 255 or 12.74% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9D3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9D3C is #0162C3. Grayscale: #AFAFAF. Windows color (decimal): -90820 or 3972606. OLE color: 3972606.
HSL color Cylindrical-coordinate representation of color #FE9D3C: hue angle of 30º 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 #FE9D3C is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 157 | 60 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.00 |
| HSL | 30º | 0.99% | 0.62% | - |
| HSV(B) | 30º | 0.76% | 1% | - |
| XYZ | 53.75 | 45.51 | 10.23 | - |
| YUV | 174.95 | 63.14 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 157 | 60 | 0 | 0.38 | 0.76 | 0.00 | 30 | 0.99 | 0.62 |
| Hex | FE | 9D | 3C | 0 | 26 | 4C | 0 | 1E | 63 | 3E |
| Octal | 376 | 235 | 74 | 0 | 46 | 114 | 0 | 36 | 143 | 76 |
| Binary | 11111110 | 10011101 | 111100 | 0 | 100110 | 1001100 | 0 | 11110 | 1100011 | 111110 |
Color Harmonies of #FE9D3C
Complementary color
Monochromatic Colors of #FE9D3C
Black with #FE9D3C
Text Example
Text Example
White with #FE9D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9D3C; }
p { color: rgb(254,157,60); }
H1.HeaderClassName
{
color: #FE9D3C;
}
.AnyTagClassName
{
color: #FE9D3C;
}
</style>
background-color css
<style>
a { background-color: #FE9D3C; }
a { background-color: rgb(254,157,60); }
div.DivClassName
{
background-color: #FE9D3C;
}
.BgClassName
{
background-color: #FE9D3C;
}
</style>
border-color css
<style>
span { border-color: #FE9D3C; }
span { border-color: rgb(254,157,60); }
td.TdClassName
{
border-color: #FE9D3C;
}
.TagClassName
{
border-color: #FE9D3C;
}
</style>