Shades of Carrot Orange #F89113
Tints of Carrot Orange #F89113
RGB
CMYK
RGB Variations
Color information
#F89113 (or 0xF89113) is known color: Carrot Orange. HEX triplet: F8, 91 and 13. RGB value is (248,145,19). Sum of RGB (Red+Green+Blue) = 248+145+19=412 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.19% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 19 (7.81% from 255 or 4.61% from 412); Max value from RGB is 248 - color contains mainly: red. Hex color #F89113 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89113 is #076EEC. Grayscale: #A2A2A2. Windows color (decimal): -487149 or 1282552. OLE color: 1282552.
HSL color Cylindrical-coordinate representation of color #F89113: hue angle of 33.01º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F89113 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 145 | 19 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.03 |
| HSL | 33.01º | 0.94% | 0.52% | - |
| HSV(B) | 33.01º | 0.92% | 0.97% | - |
| XYZ | 48.95 | 40.25 | 5.81 | - |
| YUV | 161.43 | 47.62 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 145 | 19 | 0 | 0.42 | 0.92 | 0.03 | 33.01 | 0.94 | 0.52 |
| Hex | F8 | 91 | 13 | 0 | 2A | 5C | 3 | 21 | 5E | 34 |
| Octal | 370 | 221 | 23 | 0 | 52 | 134 | 3 | 41 | 136 | 64 |
| Binary | 11111000 | 10010001 | 10011 | 0 | 101010 | 1011100 | 11 | 100001 | 1011110 | 110100 |
Color Harmonies of #F89113
Complementary color
Monochromatic Colors of #F89113
Black with #F89113
Text Example
Text Example
White with #F89113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89113; }
p { color: rgb(248,145,19); }
H1.HeaderClassName
{
color: #F89113;
}
.AnyTagClassName
{
color: #F89113;
}
</style>
background-color css
<style>
a { background-color: #F89113; }
a { background-color: rgb(248,145,19); }
div.DivClassName
{
background-color: #F89113;
}
.BgClassName
{
background-color: #F89113;
}
</style>
border-color css
<style>
span { border-color: #F89113; }
span { border-color: rgb(248,145,19); }
td.TdClassName
{
border-color: #F89113;
}
.TagClassName
{
border-color: #F89113;
}
</style>