Shades of Carrot Orange #FE9021
Tints of Carrot Orange #FE9021
RGB
CMYK
RGB Variations
Color information
#FE9021 (or 0xFE9021) is known color: Carrot Orange. HEX triplet: FE, 90 and 21. RGB value is (254,144,33). Sum of RGB (Red+Green+Blue) = 254+144+33=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 33 (13.28% from 255 or 7.66% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9021 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9021 is #016FDE. Grayscale: #A4A4A4. Windows color (decimal): -94175 or 2199806. OLE color: 2199806.
HSL color Cylindrical-coordinate representation of color #FE9021: hue angle of 30.14º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE9021 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 33 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.00 |
| HSL | 30.14º | 0.99% | 0.56% | - |
| HSV(B) | 30.14º | 0.87% | 1% | - |
| XYZ | 51.12 | 41.13 | 6.68 | - |
| YUV | 164.24 | 53.94 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 33 | 0 | 0.43 | 0.87 | 0.00 | 30.14 | 0.99 | 0.56 |
| Hex | FE | 90 | 21 | 0 | 2B | 57 | 0 | 1E | 63 | 38 |
| Octal | 376 | 220 | 41 | 0 | 53 | 127 | 0 | 36 | 143 | 70 |
| Binary | 11111110 | 10010000 | 100001 | 0 | 101011 | 1010111 | 0 | 11110 | 1100011 | 111000 |
Color Harmonies of #FE9021
Complementary color
Monochromatic Colors of #FE9021
Black with #FE9021
Text Example
Text Example
White with #FE9021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9021; }
p { color: rgb(254,144,33); }
H1.HeaderClassName
{
color: #FE9021;
}
.AnyTagClassName
{
color: #FE9021;
}
</style>
background-color css
<style>
a { background-color: #FE9021; }
a { background-color: rgb(254,144,33); }
div.DivClassName
{
background-color: #FE9021;
}
.BgClassName
{
background-color: #FE9021;
}
</style>
border-color css
<style>
span { border-color: #FE9021; }
span { border-color: rgb(254,144,33); }
td.TdClassName
{
border-color: #FE9021;
}
.TagClassName
{
border-color: #FE9021;
}
</style>