Shades of Neon Carrot #FE932F
Tints of Neon Carrot #FE932F
RGB
CMYK
RGB Variations
Color information
#FE932F (or 0xFE932F) is known color: Neon Carrot. HEX triplet: FE, 93 and 2F. RGB value is (254,147,47). Sum of RGB (Red+Green+Blue) = 254+147+47=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 47 (18.75% from 255 or 10.49% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE932F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE932F is #016CD0. Grayscale: #A8A8A8. Windows color (decimal): -93393 or 3118078. OLE color: 3118078.
HSL color Cylindrical-coordinate representation of color #FE932F: hue angle of 28.99º 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 #FE932F is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 47 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.00 |
| HSL | 28.99º | 0.99% | 0.59% | - |
| HSV(B) | 28.99º | 0.81% | 1% | - |
| XYZ | 51.82 | 42.14 | 8.09 | - |
| YUV | 167.59 | 59.95 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 47 | 0 | 0.42 | 0.81 | 0.00 | 28.99 | 0.99 | 0.59 |
| Hex | FE | 93 | 2F | 0 | 2A | 51 | 0 | 1D | 63 | 3B |
| Octal | 376 | 223 | 57 | 0 | 52 | 121 | 0 | 35 | 143 | 73 |
| Binary | 11111110 | 10010011 | 101111 | 0 | 101010 | 1010001 | 0 | 11101 | 1100011 | 111011 |
Color Harmonies of #FE932F
Complementary color
Monochromatic Colors of #FE932F
Black with #FE932F
Text Example
Text Example
White with #FE932F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE932F; }
p { color: rgb(254,147,47); }
H1.HeaderClassName
{
color: #FE932F;
}
.AnyTagClassName
{
color: #FE932F;
}
</style>
background-color css
<style>
a { background-color: #FE932F; }
a { background-color: rgb(254,147,47); }
div.DivClassName
{
background-color: #FE932F;
}
.BgClassName
{
background-color: #FE932F;
}
</style>
border-color css
<style>
span { border-color: #FE932F; }
span { border-color: rgb(254,147,47); }
td.TdClassName
{
border-color: #FE932F;
}
.TagClassName
{
border-color: #FE932F;
}
</style>