Shades of Carrot Orange #F29A25
Tints of Carrot Orange #F29A25
RGB
CMYK
RGB Variations
Color information
#F29A25 (or 0xF29A25) is known color: Carrot Orange. HEX triplet: F2, 9A and 25. RGB value is (242,154,37). Sum of RGB (Red+Green+Blue) = 242+154+37=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 37 (14.84% from 255 or 8.55% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F29A25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29A25 is #0D65DA. Grayscale: #A7A7A7. Windows color (decimal): -878043 or 2464498. OLE color: 2464498.
HSL color Cylindrical-coordinate representation of color #F29A25: hue angle of 34.24º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F29A25 is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 154 | 37 | - |
| CMYK | 0 | 0.36 | 0.85 | 0.05 |
| HSL | 34.24º | 0.89% | 0.55% | - |
| HSV(B) | 34.24º | 0.85% | 0.95% | - |
| XYZ | 48.51 | 42.12 | 7.32 | - |
| YUV | 166.97 | 54.65 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 154 | 37 | 0 | 0.36 | 0.85 | 0.05 | 34.24 | 0.89 | 0.55 |
| Hex | F2 | 9A | 25 | 0 | 24 | 55 | 5 | 22 | 59 | 37 |
| Octal | 362 | 232 | 45 | 0 | 44 | 125 | 5 | 42 | 131 | 67 |
| Binary | 11110010 | 10011010 | 100101 | 0 | 100100 | 1010101 | 101 | 100010 | 1011001 | 110111 |
Color Harmonies of #F29A25
Complementary color
Monochromatic Colors of #F29A25
Black with #F29A25
Text Example
Text Example
White with #F29A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29A25; }
p { color: rgb(242,154,37); }
H1.HeaderClassName
{
color: #F29A25;
}
.AnyTagClassName
{
color: #F29A25;
}
</style>
background-color css
<style>
a { background-color: #F29A25; }
a { background-color: rgb(242,154,37); }
div.DivClassName
{
background-color: #F29A25;
}
.BgClassName
{
background-color: #F29A25;
}
</style>
border-color css
<style>
span { border-color: #F29A25; }
span { border-color: rgb(242,154,37); }
td.TdClassName
{
border-color: #F29A25;
}
.TagClassName
{
border-color: #F29A25;
}
</style>