Shades of Carrot Orange #F29519
Tints of Carrot Orange #F29519
RGB
CMYK
RGB Variations
Color information
#F29519 (or 0xF29519) is known color: Carrot Orange. HEX triplet: F2, 95 and 19. RGB value is (242,149,25). Sum of RGB (Red+Green+Blue) = 242+149+25=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 25 (10.16% from 255 or 6.01% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F29519 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29519 is #0D6AE6. Grayscale: #A3A3A3. Windows color (decimal): -879335 or 1676786. OLE color: 1676786.
HSL color Cylindrical-coordinate representation of color #F29519: hue angle of 34.29º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F29519 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 25 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.05 |
| HSL | 34.29º | 0.89% | 0.52% | - |
| HSV(B) | 34.29º | 0.9% | 0.95% | - |
| XYZ | 47.54 | 40.44 | 6.22 | - |
| YUV | 162.67 | 50.31 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 25 | 0 | 0.38 | 0.90 | 0.05 | 34.29 | 0.89 | 0.52 |
| Hex | F2 | 95 | 19 | 0 | 26 | 5A | 5 | 22 | 59 | 34 |
| Octal | 362 | 225 | 31 | 0 | 46 | 132 | 5 | 42 | 131 | 64 |
| Binary | 11110010 | 10010101 | 11001 | 0 | 100110 | 1011010 | 101 | 100010 | 1011001 | 110100 |
Color Harmonies of #F29519
Complementary color
Monochromatic Colors of #F29519
Black with #F29519
Text Example
Text Example
White with #F29519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29519; }
p { color: rgb(242,149,25); }
H1.HeaderClassName
{
color: #F29519;
}
.AnyTagClassName
{
color: #F29519;
}
</style>
background-color css
<style>
a { background-color: #F29519; }
a { background-color: rgb(242,149,25); }
div.DivClassName
{
background-color: #F29519;
}
.BgClassName
{
background-color: #F29519;
}
</style>
border-color css
<style>
span { border-color: #F29519; }
span { border-color: rgb(242,149,25); }
td.TdClassName
{
border-color: #F29519;
}
.TagClassName
{
border-color: #F29519;
}
</style>