Shades of Carrot Orange #F29013
Tints of Carrot Orange #F29013
RGB
CMYK
RGB Variations
Color information
#F29013 (or 0xF29013) is known color: Carrot Orange. HEX triplet: F2, 90 and 13. RGB value is (242,144,19). Sum of RGB (Red+Green+Blue) = 242+144+19=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 19 (7.81% from 255 or 4.69% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F29013 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29013 is #0D6FEC. Grayscale: #9F9F9F. Windows color (decimal): -880621 or 1282290. OLE color: 1282290.
HSL color Cylindrical-coordinate representation of color #F29013: hue angle of 33.63º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F29013 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 144 | 19 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.05 |
| HSL | 33.63º | 0.9% | 0.51% | - |
| HSV(B) | 33.63º | 0.92% | 0.95% | - |
| XYZ | 46.71 | 38.87 | 5.66 | - |
| YUV | 159.05 | 48.97 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 144 | 19 | 0 | 0.40 | 0.92 | 0.05 | 33.63 | 0.9 | 0.51 |
| Hex | F2 | 90 | 13 | 0 | 28 | 5C | 5 | 22 | 5A | 33 |
| Octal | 362 | 220 | 23 | 0 | 50 | 134 | 5 | 42 | 132 | 63 |
| Binary | 11110010 | 10010000 | 10011 | 0 | 101000 | 1011100 | 101 | 100010 | 1011010 | 110011 |
Color Harmonies of #F29013
Complementary color
Monochromatic Colors of #F29013
Black with #F29013
Text Example
Text Example
White with #F29013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29013; }
p { color: rgb(242,144,19); }
H1.HeaderClassName
{
color: #F29013;
}
.AnyTagClassName
{
color: #F29013;
}
</style>
background-color css
<style>
a { background-color: #F29013; }
a { background-color: rgb(242,144,19); }
div.DivClassName
{
background-color: #F29013;
}
.BgClassName
{
background-color: #F29013;
}
</style>
border-color css
<style>
span { border-color: #F29013; }
span { border-color: rgb(242,144,19); }
td.TdClassName
{
border-color: #F29013;
}
.TagClassName
{
border-color: #F29013;
}
</style>