Shades of Carrot Orange #F29315
Tints of Carrot Orange #F29315
RGB
CMYK
RGB Variations
Color information
#F29315 (or 0xF29315) is known color: Carrot Orange. HEX triplet: F2, 93 and 15. RGB value is (242,147,21). Sum of RGB (Red+Green+Blue) = 242+147+21=410 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.02% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 21 (8.59% from 255 or 5.12% from 410); Max value from RGB is 242 - color contains mainly: red. Hex color #F29315 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29315 is #0D6CEA. Grayscale: #A1A1A1. Windows color (decimal): -879851 or 1414130. OLE color: 1414130.
HSL color Cylindrical-coordinate representation of color #F29315: hue angle of 34.21º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F29315 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 21 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.05 |
| HSL | 34.21º | 0.89% | 0.52% | - |
| HSV(B) | 34.21º | 0.91% | 0.95% | - |
| XYZ | 47.19 | 39.8 | 5.9 | - |
| YUV | 161.04 | 48.97 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 21 | 0 | 0.39 | 0.91 | 0.05 | 34.21 | 0.89 | 0.52 |
| Hex | F2 | 93 | 15 | 0 | 27 | 5B | 5 | 22 | 59 | 34 |
| Octal | 362 | 223 | 25 | 0 | 47 | 133 | 5 | 42 | 131 | 64 |
| Binary | 11110010 | 10010011 | 10101 | 0 | 100111 | 1011011 | 101 | 100010 | 1011001 | 110100 |
Color Harmonies of #F29315
Complementary color
Monochromatic Colors of #F29315
Black with #F29315
Text Example
Text Example
White with #F29315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29315; }
p { color: rgb(242,147,21); }
H1.HeaderClassName
{
color: #F29315;
}
.AnyTagClassName
{
color: #F29315;
}
</style>
background-color css
<style>
a { background-color: #F29315; }
a { background-color: rgb(242,147,21); }
div.DivClassName
{
background-color: #F29315;
}
.BgClassName
{
background-color: #F29315;
}
</style>
border-color css
<style>
span { border-color: #F29315; }
span { border-color: rgb(242,147,21); }
td.TdClassName
{
border-color: #F29315;
}
.TagClassName
{
border-color: #F29315;
}
</style>