Shades of Neon Carrot #FE952F
Tints of Neon Carrot #FE952F
RGB
CMYK
RGB Variations
Color information
#FE952F (or 0xFE952F) is known color: Neon Carrot. HEX triplet: FE, 95 and 2F. RGB value is (254,149,47). Sum of RGB (Red+Green+Blue) = 254+149+47=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 47 (18.75% from 255 or 10.44% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FE952F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE952F is #016AD0. Grayscale: #A9A9A9. Windows color (decimal): -92881 or 3118590. OLE color: 3118590.
HSL color Cylindrical-coordinate representation of color #FE952F: hue angle of 29.57º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE952F is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 149 | 47 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.00 |
| HSL | 29.57º | 0.99% | 0.59% | - |
| HSV(B) | 29.57º | 0.81% | 1% | - |
| XYZ | 52.13 | 42.77 | 8.2 | - |
| YUV | 168.77 | 59.29 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 149 | 47 | 0 | 0.41 | 0.81 | 0.00 | 29.57 | 0.99 | 0.59 |
| Hex | FE | 95 | 2F | 0 | 29 | 51 | 0 | 1E | 63 | 3B |
| Octal | 376 | 225 | 57 | 0 | 51 | 121 | 0 | 36 | 143 | 73 |
| Binary | 11111110 | 10010101 | 101111 | 0 | 101001 | 1010001 | 0 | 11110 | 1100011 | 111011 |
Color Harmonies of #FE952F
Complementary color
Monochromatic Colors of #FE952F
Black with #FE952F
Text Example
Text Example
White with #FE952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE952F; }
p { color: rgb(254,149,47); }
H1.HeaderClassName
{
color: #FE952F;
}
.AnyTagClassName
{
color: #FE952F;
}
</style>
background-color css
<style>
a { background-color: #FE952F; }
a { background-color: rgb(254,149,47); }
div.DivClassName
{
background-color: #FE952F;
}
.BgClassName
{
background-color: #FE952F;
}
</style>
border-color css
<style>
span { border-color: #FE952F; }
span { border-color: rgb(254,149,47); }
td.TdClassName
{
border-color: #FE952F;
}
.TagClassName
{
border-color: #FE952F;
}
</style>