Shades of Carrot Orange #FE911B
Tints of Carrot Orange #FE911B
RGB
CMYK
RGB Variations
Color information
#FE911B (or 0xFE911B) is known color: Carrot Orange. HEX triplet: FE, 91 and 1B. RGB value is (254,145,27). Sum of RGB (Red+Green+Blue) = 254+145+27=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 27 (10.94% from 255 or 6.34% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE911B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE911B is #016EE4. Grayscale: #A4A4A4. Windows color (decimal): -93925 or 1806846. OLE color: 1806846.
HSL color Cylindrical-coordinate representation of color #FE911B: hue angle of 31.19º 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 #FE911B is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 27 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.00 |
| HSL | 31.19º | 0.99% | 0.55% | - |
| HSV(B) | 31.19º | 0.89% | 1% | - |
| XYZ | 51.2 | 41.4 | 6.33 | - |
| YUV | 164.14 | 50.61 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 27 | 0 | 0.43 | 0.89 | 0.00 | 31.19 | 0.99 | 0.55 |
| Hex | FE | 91 | 1B | 0 | 2B | 59 | 0 | 1F | 63 | 37 |
| Octal | 376 | 221 | 33 | 0 | 53 | 131 | 0 | 37 | 143 | 67 |
| Binary | 11111110 | 10010001 | 11011 | 0 | 101011 | 1011001 | 0 | 11111 | 1100011 | 110111 |
Color Harmonies of #FE911B
Complementary color
Monochromatic Colors of #FE911B
Black with #FE911B
Text Example
Text Example
White with #FE911B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE911B; }
p { color: rgb(254,145,27); }
H1.HeaderClassName
{
color: #FE911B;
}
.AnyTagClassName
{
color: #FE911B;
}
</style>
background-color css
<style>
a { background-color: #FE911B; }
a { background-color: rgb(254,145,27); }
div.DivClassName
{
background-color: #FE911B;
}
.BgClassName
{
background-color: #FE911B;
}
</style>
border-color css
<style>
span { border-color: #FE911B; }
span { border-color: rgb(254,145,27); }
td.TdClassName
{
border-color: #FE911B;
}
.TagClassName
{
border-color: #FE911B;
}
</style>