Shades of Carrot Orange #F89512
Tints of Carrot Orange #F89512
RGB
CMYK
RGB Variations
Color information
#F89512 (or 0xF89512) is known color: Carrot Orange. HEX triplet: F8, 95 and 12. RGB value is (248,149,18). Sum of RGB (Red+Green+Blue) = 248+149+18=415 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.76% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 18 (7.42% from 255 or 4.34% from 415); Max value from RGB is 248 - color contains mainly: red. Hex color #F89512 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89512 is #076AED. Grayscale: #A4A4A4. Windows color (decimal): -486126 or 1218040. OLE color: 1218040.
HSL color Cylindrical-coordinate representation of color #F89512: hue angle of 34.17º 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 #F89512 is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 149 | 18 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.03 |
| HSL | 34.17º | 0.94% | 0.52% | - |
| HSV(B) | 34.17º | 0.93% | 0.97% | - |
| XYZ | 49.57 | 41.5 | 5.97 | - |
| YUV | 163.67 | 45.8 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 149 | 18 | 0 | 0.40 | 0.93 | 0.03 | 34.17 | 0.94 | 0.52 |
| Hex | F8 | 95 | 12 | 0 | 28 | 5D | 3 | 22 | 5E | 34 |
| Octal | 370 | 225 | 22 | 0 | 50 | 135 | 3 | 42 | 136 | 64 |
| Binary | 11111000 | 10010101 | 10010 | 0 | 101000 | 1011101 | 11 | 100010 | 1011110 | 110100 |
Color Harmonies of #F89512
Complementary color
Monochromatic Colors of #F89512
Black with #F89512
Text Example
Text Example
White with #F89512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89512; }
p { color: rgb(248,149,18); }
H1.HeaderClassName
{
color: #F89512;
}
.AnyTagClassName
{
color: #F89512;
}
</style>
background-color css
<style>
a { background-color: #F89512; }
a { background-color: rgb(248,149,18); }
div.DivClassName
{
background-color: #F89512;
}
.BgClassName
{
background-color: #F89512;
}
</style>
border-color css
<style>
span { border-color: #F89512; }
span { border-color: rgb(248,149,18); }
td.TdClassName
{
border-color: #F89512;
}
.TagClassName
{
border-color: #F89512;
}
</style>