Shades of Neon Carrot #FE9334
Tints of Neon Carrot #FE9334
RGB
CMYK
RGB Variations
Color information
#FE9334 (or 0xFE9334) is known color: Neon Carrot. HEX triplet: FE, 93 and 34. RGB value is (254,147,52). Sum of RGB (Red+Green+Blue) = 254+147+52=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 147 (57.81% from 255 or 32.45% from 453); Blue value is 52 (20.70% from 255 or 11.48% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9334 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9334 is #016CCB. Grayscale: #A8A8A8. Windows color (decimal): -93388 or 3445758. OLE color: 3445758.
HSL color Cylindrical-coordinate representation of color #FE9334: hue angle of 28.22º 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 #FE9334 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 52 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.00 |
| HSL | 28.22º | 0.99% | 0.6% | - |
| HSV(B) | 28.22º | 0.8% | 1% | - |
| XYZ | 51.93 | 42.19 | 8.65 | - |
| YUV | 168.16 | 62.45 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 52 | 0 | 0.42 | 0.80 | 0.00 | 28.22 | 0.99 | 0.6 |
| Hex | FE | 93 | 34 | 0 | 2A | 50 | 0 | 1C | 63 | 3C |
| Octal | 376 | 223 | 64 | 0 | 52 | 120 | 0 | 34 | 143 | 74 |
| Binary | 11111110 | 10010011 | 110100 | 0 | 101010 | 1010000 | 0 | 11100 | 1100011 | 111100 |
Color Harmonies of #FE9334
Complementary color
Monochromatic Colors of #FE9334
Black with #FE9334
Text Example
Text Example
White with #FE9334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9334; }
p { color: rgb(254,147,52); }
H1.HeaderClassName
{
color: #FE9334;
}
.AnyTagClassName
{
color: #FE9334;
}
</style>
background-color css
<style>
a { background-color: #FE9334; }
a { background-color: rgb(254,147,52); }
div.DivClassName
{
background-color: #FE9334;
}
.BgClassName
{
background-color: #FE9334;
}
</style>
border-color css
<style>
span { border-color: #FE9334; }
span { border-color: rgb(254,147,52); }
td.TdClassName
{
border-color: #FE9334;
}
.TagClassName
{
border-color: #FE9334;
}
</style>