Shades of Carrot Orange #FE981D
Tints of Carrot Orange #FE981D
RGB
CMYK
RGB Variations
Color information
#FE981D (or 0xFE981D) is known color: Carrot Orange. HEX triplet: FE, 98 and 1D. RGB value is (254,152,29). Sum of RGB (Red+Green+Blue) = 254+152+29=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 29 (11.72% from 255 or 6.67% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE981D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE981D is #0167E2. Grayscale: #A9A9A9. Windows color (decimal): -92131 or 1939710. OLE color: 1939710.
HSL color Cylindrical-coordinate representation of color #FE981D: hue angle of 32.8º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE981D is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 152 | 29 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.00 |
| HSL | 32.8º | 0.99% | 0.55% | - |
| HSV(B) | 32.8º | 0.89% | 1% | - |
| XYZ | 52.32 | 43.62 | 6.82 | - |
| YUV | 168.48 | 49.29 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 152 | 29 | 0 | 0.40 | 0.89 | 0.00 | 32.8 | 0.99 | 0.55 |
| Hex | FE | 98 | 1D | 0 | 28 | 59 | 0 | 21 | 63 | 37 |
| Octal | 376 | 230 | 35 | 0 | 50 | 131 | 0 | 41 | 143 | 67 |
| Binary | 11111110 | 10011000 | 11101 | 0 | 101000 | 1011001 | 0 | 100001 | 1100011 | 110111 |
Color Harmonies of #FE981D
Complementary color
Monochromatic Colors of #FE981D
Black with #FE981D
Text Example
Text Example
White with #FE981D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE981D; }
p { color: rgb(254,152,29); }
H1.HeaderClassName
{
color: #FE981D;
}
.AnyTagClassName
{
color: #FE981D;
}
</style>
background-color css
<style>
a { background-color: #FE981D; }
a { background-color: rgb(254,152,29); }
div.DivClassName
{
background-color: #FE981D;
}
.BgClassName
{
background-color: #FE981D;
}
</style>
border-color css
<style>
span { border-color: #FE981D; }
span { border-color: rgb(254,152,29); }
td.TdClassName
{
border-color: #FE981D;
}
.TagClassName
{
border-color: #FE981D;
}
</style>