Shades of Neon Carrot #FE982B
Tints of Neon Carrot #FE982B
RGB
CMYK
RGB Variations
Color information
#FE982B (or 0xFE982B) is known color: Neon Carrot. HEX triplet: FE, 98 and 2B. RGB value is (254,152,43). Sum of RGB (Red+Green+Blue) = 254+152+43=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 43 (17.19% from 255 or 9.58% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE982B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE982B is #0167D4. Grayscale: #AAAAAA. Windows color (decimal): -92117 or 2857214. OLE color: 2857214.
HSL color Cylindrical-coordinate representation of color #FE982B: hue angle of 31º 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 #FE982B is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 152 | 43 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.00 |
| HSL | 31º | 0.99% | 0.58% | - |
| HSV(B) | 31º | 0.83% | 1% | - |
| XYZ | 52.54 | 43.7 | 7.95 | - |
| YUV | 170.07 | 56.29 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 152 | 43 | 0 | 0.40 | 0.83 | 0.00 | 31 | 0.99 | 0.58 |
| Hex | FE | 98 | 2B | 0 | 28 | 53 | 0 | 1F | 63 | 3A |
| Octal | 376 | 230 | 53 | 0 | 50 | 123 | 0 | 37 | 143 | 72 |
| Binary | 11111110 | 10011000 | 101011 | 0 | 101000 | 1010011 | 0 | 11111 | 1100011 | 111010 |
Color Harmonies of #FE982B
Complementary color
Monochromatic Colors of #FE982B
Black with #FE982B
Text Example
Text Example
White with #FE982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE982B; }
p { color: rgb(254,152,43); }
H1.HeaderClassName
{
color: #FE982B;
}
.AnyTagClassName
{
color: #FE982B;
}
</style>
background-color css
<style>
a { background-color: #FE982B; }
a { background-color: rgb(254,152,43); }
div.DivClassName
{
background-color: #FE982B;
}
.BgClassName
{
background-color: #FE982B;
}
</style>
border-color css
<style>
span { border-color: #FE982B; }
span { border-color: rgb(254,152,43); }
td.TdClassName
{
border-color: #FE982B;
}
.TagClassName
{
border-color: #FE982B;
}
</style>