Shades of Carrot Orange #F89411
Tints of Carrot Orange #F89411
RGB
CMYK
RGB Variations
Color information
#F89411 (or 0xF89411) is known color: Carrot Orange. HEX triplet: F8, 94 and 11. RGB value is (248,148,17). Sum of RGB (Red+Green+Blue) = 248+148+17=413 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.05% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 17 (7.03% from 255 or 4.12% from 413); Max value from RGB is 248 - color contains mainly: red. Hex color #F89411 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89411 is #076BEE. Grayscale: #A3A3A3. Windows color (decimal): -486383 or 1152248. OLE color: 1152248.
HSL color Cylindrical-coordinate representation of color #F89411: hue angle of 34.03º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F89411 is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 148 | 17 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.03 |
| HSL | 34.03º | 0.94% | 0.52% | - |
| HSV(B) | 34.03º | 0.93% | 0.97% | - |
| XYZ | 49.4 | 41.18 | 5.87 | - |
| YUV | 162.97 | 45.63 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 148 | 17 | 0 | 0.40 | 0.93 | 0.03 | 34.03 | 0.94 | 0.52 |
| Hex | F8 | 94 | 11 | 0 | 28 | 5D | 3 | 22 | 5E | 34 |
| Octal | 370 | 224 | 21 | 0 | 50 | 135 | 3 | 42 | 136 | 64 |
| Binary | 11111000 | 10010100 | 10001 | 0 | 101000 | 1011101 | 11 | 100010 | 1011110 | 110100 |
Color Harmonies of #F89411
Complementary color
Monochromatic Colors of #F89411
Black with #F89411
Text Example
Text Example
White with #F89411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89411; }
p { color: rgb(248,148,17); }
H1.HeaderClassName
{
color: #F89411;
}
.AnyTagClassName
{
color: #F89411;
}
</style>
background-color css
<style>
a { background-color: #F89411; }
a { background-color: rgb(248,148,17); }
div.DivClassName
{
background-color: #F89411;
}
.BgClassName
{
background-color: #F89411;
}
</style>
border-color css
<style>
span { border-color: #F89411; }
span { border-color: rgb(248,148,17); }
td.TdClassName
{
border-color: #F89411;
}
.TagClassName
{
border-color: #F89411;
}
</style>