Shades of Carrot Orange #FE981C
Tints of Carrot Orange #FE981C
RGB
CMYK
RGB Variations
Color information
#FE981C (or 0xFE981C) is known color: Carrot Orange. HEX triplet: FE, 98 and 1C. RGB value is (254,152,28). Sum of RGB (Red+Green+Blue) = 254+152+28=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 28 (11.33% from 255 or 6.45% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE981C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE981C is #0167E3. Grayscale: #A8A8A8. Windows color (decimal): -92132 or 1874174. OLE color: 1874174.
HSL color Cylindrical-coordinate representation of color #FE981C: hue angle of 32.92º 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 #FE981C is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 152 | 28 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.00 |
| HSL | 32.92º | 0.99% | 0.55% | - |
| HSV(B) | 32.92º | 0.89% | 1% | - |
| XYZ | 52.31 | 43.61 | 6.76 | - |
| YUV | 168.36 | 48.79 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 152 | 28 | 0 | 0.40 | 0.89 | 0.00 | 32.92 | 0.99 | 0.55 |
| Hex | FE | 98 | 1C | 0 | 28 | 59 | 0 | 21 | 63 | 37 |
| Octal | 376 | 230 | 34 | 0 | 50 | 131 | 0 | 41 | 143 | 67 |
| Binary | 11111110 | 10011000 | 11100 | 0 | 101000 | 1011001 | 0 | 100001 | 1100011 | 110111 |
Color Harmonies of #FE981C
Complementary color
Monochromatic Colors of #FE981C
Black with #FE981C
Text Example
Text Example
White with #FE981C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE981C; }
p { color: rgb(254,152,28); }
H1.HeaderClassName
{
color: #FE981C;
}
.AnyTagClassName
{
color: #FE981C;
}
</style>
background-color css
<style>
a { background-color: #FE981C; }
a { background-color: rgb(254,152,28); }
div.DivClassName
{
background-color: #FE981C;
}
.BgClassName
{
background-color: #FE981C;
}
</style>
border-color css
<style>
span { border-color: #FE981C; }
span { border-color: rgb(254,152,28); }
td.TdClassName
{
border-color: #FE981C;
}
.TagClassName
{
border-color: #FE981C;
}
</style>