Shades of Carrot Orange #F29424
Tints of Carrot Orange #F29424
RGB
CMYK
RGB Variations
Color information
#F29424 (or 0xF29424) is known color: Carrot Orange. HEX triplet: F2, 94 and 24. RGB value is (242,148,36). Sum of RGB (Red+Green+Blue) = 242+148+36=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 36 (14.45% from 255 or 8.45% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F29424 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29424 is #0D6BDB. Grayscale: #A3A3A3. Windows color (decimal): -879580 or 2397426. OLE color: 2397426.
HSL color Cylindrical-coordinate representation of color #F29424: hue angle of 32.62º 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 #F29424 is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 36 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.05 |
| HSL | 32.62º | 0.89% | 0.55% | - |
| HSV(B) | 32.62º | 0.85% | 0.95% | - |
| XYZ | 47.53 | 40.18 | 6.92 | - |
| YUV | 163.34 | 56.14 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 36 | 0 | 0.39 | 0.85 | 0.05 | 32.62 | 0.89 | 0.55 |
| Hex | F2 | 94 | 24 | 0 | 27 | 55 | 5 | 21 | 59 | 37 |
| Octal | 362 | 224 | 44 | 0 | 47 | 125 | 5 | 41 | 131 | 67 |
| Binary | 11110010 | 10010100 | 100100 | 0 | 100111 | 1010101 | 101 | 100001 | 1011001 | 110111 |
Color Harmonies of #F29424
Complementary color
Monochromatic Colors of #F29424
Black with #F29424
Text Example
Text Example
White with #F29424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29424; }
p { color: rgb(242,148,36); }
H1.HeaderClassName
{
color: #F29424;
}
.AnyTagClassName
{
color: #F29424;
}
</style>
background-color css
<style>
a { background-color: #F29424; }
a { background-color: rgb(242,148,36); }
div.DivClassName
{
background-color: #F29424;
}
.BgClassName
{
background-color: #F29424;
}
</style>
border-color css
<style>
span { border-color: #F29424; }
span { border-color: rgb(242,148,36); }
td.TdClassName
{
border-color: #F29424;
}
.TagClassName
{
border-color: #F29424;
}
</style>