Shades of Neon Carrot #FE9C34
Tints of Neon Carrot #FE9C34
RGB
CMYK
RGB Variations
Color information
#FE9C34 (or 0xFE9C34) is known color: Neon Carrot. HEX triplet: FE, 9C and 34. RGB value is (254,156,52). Sum of RGB (Red+Green+Blue) = 254+156+52=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 52 (20.70% from 255 or 11.26% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9C34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9C34 is #0163CB. Grayscale: #ADADAD. Windows color (decimal): -91084 or 3448062. OLE color: 3448062.
HSL color Cylindrical-coordinate representation of color #FE9C34: hue angle of 30.89º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE9C34 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 156 | 52 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.00 |
| HSL | 30.89º | 0.99% | 0.6% | - |
| HSV(B) | 30.89º | 0.8% | 1% | - |
| XYZ | 53.38 | 45.1 | 9.14 | - |
| YUV | 173.45 | 59.47 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 156 | 52 | 0 | 0.39 | 0.80 | 0.00 | 30.89 | 0.99 | 0.6 |
| Hex | FE | 9C | 34 | 0 | 27 | 50 | 0 | 1F | 63 | 3C |
| Octal | 376 | 234 | 64 | 0 | 47 | 120 | 0 | 37 | 143 | 74 |
| Binary | 11111110 | 10011100 | 110100 | 0 | 100111 | 1010000 | 0 | 11111 | 1100011 | 111100 |
Color Harmonies of #FE9C34
Complementary color
Monochromatic Colors of #FE9C34
Black with #FE9C34
Text Example
Text Example
White with #FE9C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9C34; }
p { color: rgb(254,156,52); }
H1.HeaderClassName
{
color: #FE9C34;
}
.AnyTagClassName
{
color: #FE9C34;
}
</style>
background-color css
<style>
a { background-color: #FE9C34; }
a { background-color: rgb(254,156,52); }
div.DivClassName
{
background-color: #FE9C34;
}
.BgClassName
{
background-color: #FE9C34;
}
</style>
border-color css
<style>
span { border-color: #FE9C34; }
span { border-color: rgb(254,156,52); }
td.TdClassName
{
border-color: #FE9C34;
}
.TagClassName
{
border-color: #FE9C34;
}
</style>