Shades of Carrot Orange #F29D19
Tints of Carrot Orange #F29D19
RGB
CMYK
RGB Variations
Color information
#F29D19 (or 0xF29D19) is known color: Carrot Orange. HEX triplet: F2, 9D and 19. RGB value is (242,157,25). Sum of RGB (Red+Green+Blue) = 242+157+25=424 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.08% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 25 (10.16% from 255 or 5.90% from 424); Max value from RGB is 242 - color contains mainly: red. Hex color #F29D19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29D19 is #0D62E6. Grayscale: #A7A7A7. Windows color (decimal): -877287 or 1678834. OLE color: 1678834.
HSL color Cylindrical-coordinate representation of color #F29D19: hue angle of 36.5º 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 #F29D19 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 157 | 25 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.05 |
| HSL | 36.5º | 0.89% | 0.52% | - |
| HSV(B) | 36.5º | 0.9% | 0.95% | - |
| XYZ | 48.85 | 43.06 | 6.66 | - |
| YUV | 167.37 | 47.66 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 157 | 25 | 0 | 0.35 | 0.90 | 0.05 | 36.5 | 0.89 | 0.52 |
| Hex | F2 | 9D | 19 | 0 | 23 | 5A | 5 | 24 | 59 | 34 |
| Octal | 362 | 235 | 31 | 0 | 43 | 132 | 5 | 44 | 131 | 64 |
| Binary | 11110010 | 10011101 | 11001 | 0 | 100011 | 1011010 | 101 | 100100 | 1011001 | 110100 |
Color Harmonies of #F29D19
Complementary color
Monochromatic Colors of #F29D19
Black with #F29D19
Text Example
Text Example
White with #F29D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29D19; }
p { color: rgb(242,157,25); }
H1.HeaderClassName
{
color: #F29D19;
}
.AnyTagClassName
{
color: #F29D19;
}
</style>
background-color css
<style>
a { background-color: #F29D19; }
a { background-color: rgb(242,157,25); }
div.DivClassName
{
background-color: #F29D19;
}
.BgClassName
{
background-color: #F29D19;
}
</style>
border-color css
<style>
span { border-color: #F29D19; }
span { border-color: rgb(242,157,25); }
td.TdClassName
{
border-color: #F29D19;
}
.TagClassName
{
border-color: #F29D19;
}
</style>