Shades of Carrot Orange #F29915
Tints of Carrot Orange #F29915
RGB
CMYK
RGB Variations
Color information
#F29915 (or 0xF29915) is known color: Carrot Orange. HEX triplet: F2, 99 and 15. RGB value is (242,153,21). Sum of RGB (Red+Green+Blue) = 242+153+21=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 21 (8.59% from 255 or 5.05% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F29915 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29915 is #0D66EA. Grayscale: #A5A5A5. Windows color (decimal): -878315 or 1415666. OLE color: 1415666.
HSL color Cylindrical-coordinate representation of color #F29915: hue angle of 35.84º 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 #F29915 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 21 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.05 |
| HSL | 35.84º | 0.89% | 0.52% | - |
| HSV(B) | 35.84º | 0.91% | 0.95% | - |
| XYZ | 48.14 | 41.71 | 6.22 | - |
| YUV | 164.56 | 46.99 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 21 | 0 | 0.37 | 0.91 | 0.05 | 35.84 | 0.89 | 0.52 |
| Hex | F2 | 99 | 15 | 0 | 25 | 5B | 5 | 24 | 59 | 34 |
| Octal | 362 | 231 | 25 | 0 | 45 | 133 | 5 | 44 | 131 | 64 |
| Binary | 11110010 | 10011001 | 10101 | 0 | 100101 | 1011011 | 101 | 100100 | 1011001 | 110100 |
Color Harmonies of #F29915
Complementary color
Monochromatic Colors of #F29915
Black with #F29915
Text Example
Text Example
White with #F29915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29915; }
p { color: rgb(242,153,21); }
H1.HeaderClassName
{
color: #F29915;
}
.AnyTagClassName
{
color: #F29915;
}
</style>
background-color css
<style>
a { background-color: #F29915; }
a { background-color: rgb(242,153,21); }
div.DivClassName
{
background-color: #F29915;
}
.BgClassName
{
background-color: #F29915;
}
</style>
border-color css
<style>
span { border-color: #F29915; }
span { border-color: rgb(242,153,21); }
td.TdClassName
{
border-color: #F29915;
}
.TagClassName
{
border-color: #F29915;
}
</style>