Shades of Carrot Orange #F99113
Tints of Carrot Orange #F99113
RGB
CMYK
RGB Variations
Color information
#F99113 (or 0xF99113) is known color: Carrot Orange. HEX triplet: F9, 91 and 13. RGB value is (249,145,19). Sum of RGB (Red+Green+Blue) = 249+145+19=413 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.29% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 19 (7.81% from 255 or 4.60% from 413); Max value from RGB is 249 - color contains mainly: red. Hex color #F99113 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99113 is #066EEC. Grayscale: #A2A2A2. Windows color (decimal): -421613 or 1282553. OLE color: 1282553.
HSL color Cylindrical-coordinate representation of color #F99113: hue angle of 32.87º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F99113 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 145 | 19 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.02 |
| HSL | 32.87º | 0.95% | 0.53% | - |
| HSV(B) | 32.87º | 0.92% | 0.98% | - |
| XYZ | 49.31 | 40.44 | 5.82 | - |
| YUV | 161.73 | 47.46 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 145 | 19 | 0 | 0.42 | 0.92 | 0.02 | 32.87 | 0.95 | 0.53 |
| Hex | F9 | 91 | 13 | 0 | 2A | 5C | 2 | 21 | 5F | 35 |
| Octal | 371 | 221 | 23 | 0 | 52 | 134 | 2 | 41 | 137 | 65 |
| Binary | 11111001 | 10010001 | 10011 | 0 | 101010 | 1011100 | 10 | 100001 | 1011111 | 110101 |
Color Harmonies of #F99113
Complementary color
Monochromatic Colors of #F99113
Black with #F99113
Text Example
Text Example
White with #F99113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99113; }
p { color: rgb(249,145,19); }
H1.HeaderClassName
{
color: #F99113;
}
.AnyTagClassName
{
color: #F99113;
}
</style>
background-color css
<style>
a { background-color: #F99113; }
a { background-color: rgb(249,145,19); }
div.DivClassName
{
background-color: #F99113;
}
.BgClassName
{
background-color: #F99113;
}
</style>
border-color css
<style>
span { border-color: #F99113; }
span { border-color: rgb(249,145,19); }
td.TdClassName
{
border-color: #F99113;
}
.TagClassName
{
border-color: #F99113;
}
</style>