Shades of Carrot Orange #F09224
Tints of Carrot Orange #F09224
RGB
CMYK
RGB Variations
Color information
#F09224 (or 0xF09224) is known color: Carrot Orange. HEX triplet: F0, 92 and 24. RGB value is (240,146,36). Sum of RGB (Red+Green+Blue) = 240+146+36=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 36 (14.45% from 255 or 8.53% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F09224 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09224 is #0F6DDB. Grayscale: #A2A2A2. Windows color (decimal): -1011164 or 2396912. OLE color: 2396912.
HSL color Cylindrical-coordinate representation of color #F09224: hue angle of 32.35º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F09224 is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 146 | 36 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.06 |
| HSL | 32.35º | 0.87% | 0.54% | - |
| HSV(B) | 32.35º | 0.85% | 0.94% | - |
| XYZ | 46.53 | 39.21 | 6.78 | - |
| YUV | 161.57 | 57.14 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 146 | 36 | 0 | 0.39 | 0.85 | 0.06 | 32.35 | 0.87 | 0.54 |
| Hex | F0 | 92 | 24 | 0 | 27 | 55 | 6 | 20 | 57 | 36 |
| Octal | 360 | 222 | 44 | 0 | 47 | 125 | 6 | 40 | 127 | 66 |
| Binary | 11110000 | 10010010 | 100100 | 0 | 100111 | 1010101 | 110 | 100000 | 1010111 | 110110 |
Color Harmonies of #F09224
Complementary color
Monochromatic Colors of #F09224
Black with #F09224
Text Example
Text Example
White with #F09224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09224; }
p { color: rgb(240,146,36); }
H1.HeaderClassName
{
color: #F09224;
}
.AnyTagClassName
{
color: #F09224;
}
</style>
background-color css
<style>
a { background-color: #F09224; }
a { background-color: rgb(240,146,36); }
div.DivClassName
{
background-color: #F09224;
}
.BgClassName
{
background-color: #F09224;
}
</style>
border-color css
<style>
span { border-color: #F09224; }
span { border-color: rgb(240,146,36); }
td.TdClassName
{
border-color: #F09224;
}
.TagClassName
{
border-color: #F09224;
}
</style>