Shades of Carrot Orange #FE9A1F
Tints of Carrot Orange #FE9A1F
RGB
CMYK
RGB Variations
Color information
#FE9A1F (or 0xFE9A1F) is known color: Carrot Orange. HEX triplet: FE, 9A and 1F. RGB value is (254,154,31). Sum of RGB (Red+Green+Blue) = 254+154+31=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 31 (12.5% from 255 or 7.06% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9A1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9A1F is #0165E0. Grayscale: #AAAAAA. Windows color (decimal): -91617 or 2071294. OLE color: 2071294.
HSL color Cylindrical-coordinate representation of color #FE9A1F: hue angle of 33.09º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE9A1F is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 154 | 31 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.00 |
| HSL | 33.09º | 0.99% | 0.56% | - |
| HSV(B) | 33.09º | 0.88% | 1% | - |
| XYZ | 52.68 | 44.28 | 7.07 | - |
| YUV | 169.88 | 49.63 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 154 | 31 | 0 | 0.39 | 0.88 | 0.00 | 33.09 | 0.99 | 0.56 |
| Hex | FE | 9A | 1F | 0 | 27 | 58 | 0 | 21 | 63 | 38 |
| Octal | 376 | 232 | 37 | 0 | 47 | 130 | 0 | 41 | 143 | 70 |
| Binary | 11111110 | 10011010 | 11111 | 0 | 100111 | 1011000 | 0 | 100001 | 1100011 | 111000 |
Color Harmonies of #FE9A1F
Complementary color
Monochromatic Colors of #FE9A1F
Black with #FE9A1F
Text Example
Text Example
White with #FE9A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9A1F; }
p { color: rgb(254,154,31); }
H1.HeaderClassName
{
color: #FE9A1F;
}
.AnyTagClassName
{
color: #FE9A1F;
}
</style>
background-color css
<style>
a { background-color: #FE9A1F; }
a { background-color: rgb(254,154,31); }
div.DivClassName
{
background-color: #FE9A1F;
}
.BgClassName
{
background-color: #FE9A1F;
}
</style>
border-color css
<style>
span { border-color: #FE9A1F; }
span { border-color: rgb(254,154,31); }
td.TdClassName
{
border-color: #FE9A1F;
}
.TagClassName
{
border-color: #FE9A1F;
}
</style>