Shades of Carrot Orange #FE9015
Tints of Carrot Orange #FE9015
RGB
CMYK
RGB Variations
Color information
#FE9015 (or 0xFE9015) is known color: Carrot Orange. HEX triplet: FE, 90 and 15. RGB value is (254,144,21). Sum of RGB (Red+Green+Blue) = 254+144+21=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 21 (8.59% from 255 or 5.01% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9015 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9015 is #016FEA. Grayscale: #A3A3A3. Windows color (decimal): -94187 or 1413374. OLE color: 1413374.
HSL color Cylindrical-coordinate representation of color #FE9015: hue angle of 31.67º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE9015 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 21 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.00 |
| HSL | 31.67º | 0.99% | 0.54% | - |
| HSV(B) | 31.67º | 0.92% | 1% | - |
| XYZ | 50.98 | 41.07 | 5.95 | - |
| YUV | 162.87 | 47.94 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 21 | 0 | 0.43 | 0.92 | 0.00 | 31.67 | 0.99 | 0.54 |
| Hex | FE | 90 | 15 | 0 | 2B | 5C | 0 | 20 | 63 | 36 |
| Octal | 376 | 220 | 25 | 0 | 53 | 134 | 0 | 40 | 143 | 66 |
| Binary | 11111110 | 10010000 | 10101 | 0 | 101011 | 1011100 | 0 | 100000 | 1100011 | 110110 |
Color Harmonies of #FE9015
Complementary color
Monochromatic Colors of #FE9015
Black with #FE9015
Text Example
Text Example
White with #FE9015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9015; }
p { color: rgb(254,144,21); }
H1.HeaderClassName
{
color: #FE9015;
}
.AnyTagClassName
{
color: #FE9015;
}
</style>
background-color css
<style>
a { background-color: #FE9015; }
a { background-color: rgb(254,144,21); }
div.DivClassName
{
background-color: #FE9015;
}
.BgClassName
{
background-color: #FE9015;
}
</style>
border-color css
<style>
span { border-color: #FE9015; }
span { border-color: rgb(254,144,21); }
td.TdClassName
{
border-color: #FE9015;
}
.TagClassName
{
border-color: #FE9015;
}
</style>