Shades of Neon Carrot #FE9238
Tints of Neon Carrot #FE9238
RGB
CMYK
RGB Variations
Color information
#FE9238 (or 0xFE9238) is known color: Neon Carrot. HEX triplet: FE, 92 and 38. RGB value is (254,146,56). Sum of RGB (Red+Green+Blue) = 254+146+56=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 56 (22.27% from 255 or 12.28% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9238 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9238 is #016DC7. Grayscale: #A8A8A8. Windows color (decimal): -93640 or 3707646. OLE color: 3707646.
HSL color Cylindrical-coordinate representation of color #FE9238: hue angle of 27.27º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE9238 is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 56 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.00 |
| HSL | 27.27º | 0.99% | 0.61% | - |
| HSV(B) | 27.27º | 0.78% | 1% | - |
| XYZ | 51.87 | 41.91 | 9.1 | - |
| YUV | 168.03 | 64.78 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 56 | 0 | 0.43 | 0.78 | 0.00 | 27.27 | 0.99 | 0.61 |
| Hex | FE | 92 | 38 | 0 | 2B | 4E | 0 | 1B | 63 | 3D |
| Octal | 376 | 222 | 70 | 0 | 53 | 116 | 0 | 33 | 143 | 75 |
| Binary | 11111110 | 10010010 | 111000 | 0 | 101011 | 1001110 | 0 | 11011 | 1100011 | 111101 |
Color Harmonies of #FE9238
Complementary color
Monochromatic Colors of #FE9238
Black with #FE9238
Text Example
Text Example
White with #FE9238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9238; }
p { color: rgb(254,146,56); }
H1.HeaderClassName
{
color: #FE9238;
}
.AnyTagClassName
{
color: #FE9238;
}
</style>
background-color css
<style>
a { background-color: #FE9238; }
a { background-color: rgb(254,146,56); }
div.DivClassName
{
background-color: #FE9238;
}
.BgClassName
{
background-color: #FE9238;
}
</style>
border-color css
<style>
span { border-color: #FE9238; }
span { border-color: rgb(254,146,56); }
td.TdClassName
{
border-color: #FE9238;
}
.TagClassName
{
border-color: #FE9238;
}
</style>