Shades of Neon Carrot #FE952C
Tints of Neon Carrot #FE952C
RGB
CMYK
RGB Variations
Color information
#FE952C (or 0xFE952C) is known color: Neon Carrot. HEX triplet: FE, 95 and 2C. RGB value is (254,149,44). Sum of RGB (Red+Green+Blue) = 254+149+44=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 44 (17.58% from 255 or 9.84% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE952C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE952C is #016AD3. Grayscale: #A8A8A8. Windows color (decimal): -92884 or 2921982. OLE color: 2921982.
HSL color Cylindrical-coordinate representation of color #FE952C: hue angle of 30º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE952C is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 149 | 44 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.00 |
| HSL | 30º | 0.99% | 0.58% | - |
| HSV(B) | 30º | 0.83% | 1% | - |
| XYZ | 52.08 | 42.75 | 7.89 | - |
| YUV | 168.43 | 57.79 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 149 | 44 | 0 | 0.41 | 0.83 | 0.00 | 30 | 0.99 | 0.58 |
| Hex | FE | 95 | 2C | 0 | 29 | 53 | 0 | 1E | 63 | 3A |
| Octal | 376 | 225 | 54 | 0 | 51 | 123 | 0 | 36 | 143 | 72 |
| Binary | 11111110 | 10010101 | 101100 | 0 | 101001 | 1010011 | 0 | 11110 | 1100011 | 111010 |
Color Harmonies of #FE952C
Complementary color
Monochromatic Colors of #FE952C
Black with #FE952C
Text Example
Text Example
White with #FE952C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE952C; }
p { color: rgb(254,149,44); }
H1.HeaderClassName
{
color: #FE952C;
}
.AnyTagClassName
{
color: #FE952C;
}
</style>
background-color css
<style>
a { background-color: #FE952C; }
a { background-color: rgb(254,149,44); }
div.DivClassName
{
background-color: #FE952C;
}
.BgClassName
{
background-color: #FE952C;
}
</style>
border-color css
<style>
span { border-color: #FE952C; }
span { border-color: rgb(254,149,44); }
td.TdClassName
{
border-color: #FE952C;
}
.TagClassName
{
border-color: #FE952C;
}
</style>