Shades of Neon Carrot #FE922D
Tints of Neon Carrot #FE922D
RGB
CMYK
RGB Variations
Color information
#FE922D (or 0xFE922D) is known color: Neon Carrot. HEX triplet: FE, 92 and 2D. RGB value is (254,146,45). Sum of RGB (Red+Green+Blue) = 254+146+45=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 45 (17.97% from 255 or 10.11% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FE922D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE922D is #016DD2. Grayscale: #A7A7A7. Windows color (decimal): -93651 or 2986750. OLE color: 2986750.
HSL color Cylindrical-coordinate representation of color #FE922D: hue angle of 29º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE922D is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 45 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.00 |
| HSL | 29º | 0.99% | 0.59% | - |
| HSV(B) | 29º | 0.82% | 1% | - |
| XYZ | 51.63 | 41.82 | 7.83 | - |
| YUV | 166.78 | 59.28 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 45 | 0 | 0.43 | 0.82 | 0.00 | 29 | 0.99 | 0.59 |
| Hex | FE | 92 | 2D | 0 | 2B | 52 | 0 | 1D | 63 | 3B |
| Octal | 376 | 222 | 55 | 0 | 53 | 122 | 0 | 35 | 143 | 73 |
| Binary | 11111110 | 10010010 | 101101 | 0 | 101011 | 1010010 | 0 | 11101 | 1100011 | 111011 |
Color Harmonies of #FE922D
Complementary color
Monochromatic Colors of #FE922D
Black with #FE922D
Text Example
Text Example
White with #FE922D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE922D; }
p { color: rgb(254,146,45); }
H1.HeaderClassName
{
color: #FE922D;
}
.AnyTagClassName
{
color: #FE922D;
}
</style>
background-color css
<style>
a { background-color: #FE922D; }
a { background-color: rgb(254,146,45); }
div.DivClassName
{
background-color: #FE922D;
}
.BgClassName
{
background-color: #FE922D;
}
</style>
border-color css
<style>
span { border-color: #FE922D; }
span { border-color: rgb(254,146,45); }
td.TdClassName
{
border-color: #FE922D;
}
.TagClassName
{
border-color: #FE922D;
}
</style>