Shades of Carrot Orange #F89312
Tints of Carrot Orange #F89312
RGB
CMYK
RGB Variations
Color information
#F89312 (or 0xF89312) is known color: Carrot Orange. HEX triplet: F8, 93 and 12. RGB value is (248,147,18). Sum of RGB (Red+Green+Blue) = 248+147+18=413 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.05% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 18 (7.42% from 255 or 4.36% from 413); Max value from RGB is 248 - color contains mainly: red. Hex color #F89312 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89312 is #076CED. Grayscale: #A3A3A3. Windows color (decimal): -486638 or 1217528. OLE color: 1217528.
HSL color Cylindrical-coordinate representation of color #F89312: hue angle of 33.65º 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 #F89312 is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 147 | 18 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.03 |
| HSL | 33.65º | 0.94% | 0.52% | - |
| HSV(B) | 33.65º | 0.93% | 0.97% | - |
| XYZ | 49.25 | 40.87 | 5.86 | - |
| YUV | 162.49 | 46.46 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 147 | 18 | 0 | 0.41 | 0.93 | 0.03 | 33.65 | 0.94 | 0.52 |
| Hex | F8 | 93 | 12 | 0 | 29 | 5D | 3 | 22 | 5E | 34 |
| Octal | 370 | 223 | 22 | 0 | 51 | 135 | 3 | 42 | 136 | 64 |
| Binary | 11111000 | 10010011 | 10010 | 0 | 101001 | 1011101 | 11 | 100010 | 1011110 | 110100 |
Color Harmonies of #F89312
Complementary color
Monochromatic Colors of #F89312
Black with #F89312
Text Example
Text Example
White with #F89312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89312; }
p { color: rgb(248,147,18); }
H1.HeaderClassName
{
color: #F89312;
}
.AnyTagClassName
{
color: #F89312;
}
</style>
background-color css
<style>
a { background-color: #F89312; }
a { background-color: rgb(248,147,18); }
div.DivClassName
{
background-color: #F89312;
}
.BgClassName
{
background-color: #F89312;
}
</style>
border-color css
<style>
span { border-color: #F89312; }
span { border-color: rgb(248,147,18); }
td.TdClassName
{
border-color: #F89312;
}
.TagClassName
{
border-color: #F89312;
}
</style>