Shades of Carrot Orange #F89114
Tints of Carrot Orange #F89114
RGB
CMYK
RGB Variations
Color information
#F89114 (or 0xF89114) is known color: Carrot Orange. HEX triplet: F8, 91 and 14. RGB value is (248,145,20). Sum of RGB (Red+Green+Blue) = 248+145+20=413 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.05% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 20 (8.20% from 255 or 4.84% from 413); Max value from RGB is 248 - color contains mainly: red. Hex color #F89114 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89114 is #076EEB. Grayscale: #A2A2A2. Windows color (decimal): -487148 or 1348088. OLE color: 1348088.
HSL color Cylindrical-coordinate representation of color #F89114: hue angle of 32.89º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F89114 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 145 | 20 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.03 |
| HSL | 32.89º | 0.94% | 0.53% | - |
| HSV(B) | 32.89º | 0.92% | 0.97% | - |
| XYZ | 48.96 | 40.26 | 5.85 | - |
| YUV | 161.55 | 48.12 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 145 | 20 | 0 | 0.42 | 0.92 | 0.03 | 32.89 | 0.94 | 0.53 |
| Hex | F8 | 91 | 14 | 0 | 2A | 5C | 3 | 21 | 5E | 35 |
| Octal | 370 | 221 | 24 | 0 | 52 | 134 | 3 | 41 | 136 | 65 |
| Binary | 11111000 | 10010001 | 10100 | 0 | 101010 | 1011100 | 11 | 100001 | 1011110 | 110101 |
Color Harmonies of #F89114
Complementary color
Monochromatic Colors of #F89114
Black with #F89114
Text Example
Text Example
White with #F89114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89114; }
p { color: rgb(248,145,20); }
H1.HeaderClassName
{
color: #F89114;
}
.AnyTagClassName
{
color: #F89114;
}
</style>
background-color css
<style>
a { background-color: #F89114; }
a { background-color: rgb(248,145,20); }
div.DivClassName
{
background-color: #F89114;
}
.BgClassName
{
background-color: #F89114;
}
</style>
border-color css
<style>
span { border-color: #F89114; }
span { border-color: rgb(248,145,20); }
td.TdClassName
{
border-color: #F89114;
}
.TagClassName
{
border-color: #F89114;
}
</style>