Shades of Carrot Orange #FE911C
Tints of Carrot Orange #FE911C
RGB
CMYK
RGB Variations
Color information
#FE911C (or 0xFE911C) is known color: Carrot Orange. HEX triplet: FE, 91 and 1C. RGB value is (254,145,28). Sum of RGB (Red+Green+Blue) = 254+145+28=427 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.48% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 28 (11.33% from 255 or 6.56% from 427); Max value from RGB is 254 - color contains mainly: red. Hex color #FE911C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE911C is #016EE3. Grayscale: #A4A4A4. Windows color (decimal): -93924 or 1872382. OLE color: 1872382.
HSL color Cylindrical-coordinate representation of color #FE911C: hue angle of 31.06º 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 #FE911C is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 28 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.00 |
| HSL | 31.06º | 0.99% | 0.55% | - |
| HSV(B) | 31.06º | 0.89% | 1% | - |
| XYZ | 51.21 | 41.41 | 6.39 | - |
| YUV | 164.25 | 51.11 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 28 | 0 | 0.43 | 0.89 | 0.00 | 31.06 | 0.99 | 0.55 |
| Hex | FE | 91 | 1C | 0 | 2B | 59 | 0 | 1F | 63 | 37 |
| Octal | 376 | 221 | 34 | 0 | 53 | 131 | 0 | 37 | 143 | 67 |
| Binary | 11111110 | 10010001 | 11100 | 0 | 101011 | 1011001 | 0 | 11111 | 1100011 | 110111 |
Color Harmonies of #FE911C
Complementary color
Monochromatic Colors of #FE911C
Black with #FE911C
Text Example
Text Example
White with #FE911C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE911C; }
p { color: rgb(254,145,28); }
H1.HeaderClassName
{
color: #FE911C;
}
.AnyTagClassName
{
color: #FE911C;
}
</style>
background-color css
<style>
a { background-color: #FE911C; }
a { background-color: rgb(254,145,28); }
div.DivClassName
{
background-color: #FE911C;
}
.BgClassName
{
background-color: #FE911C;
}
</style>
border-color css
<style>
span { border-color: #FE911C; }
span { border-color: rgb(254,145,28); }
td.TdClassName
{
border-color: #FE911C;
}
.TagClassName
{
border-color: #FE911C;
}
</style>