Shades of Carrot Orange #F09022
Tints of Carrot Orange #F09022
RGB
CMYK
RGB Variations
Color information
#F09022 (or 0xF09022) is known color: Carrot Orange. HEX triplet: F0, 90 and 22. RGB value is (240,144,34). Sum of RGB (Red+Green+Blue) = 240+144+34=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 34 (13.67% from 255 or 8.13% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F09022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09022 is #0F6FDD. Grayscale: #A0A0A0. Windows color (decimal): -1011678 or 2265328. OLE color: 2265328.
HSL color Cylindrical-coordinate representation of color #F09022: hue angle of 32.04º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F09022 is Cyan = 0, Magento = 0.4, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 34 | - |
| CMYK | 0 | 0.4 | 0.86 | 0.06 |
| HSL | 32.04º | 0.87% | 0.54% | - |
| HSV(B) | 32.04º | 0.86% | 0.94% | - |
| XYZ | 46.2 | 38.59 | 6.53 | - |
| YUV | 160.16 | 56.8 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 34 | 0 | 0.4 | 0.86 | 0.06 | 32.04 | 0.87 | 0.54 |
| Hex | F0 | 90 | 22 | 0 | 28 | 56 | 6 | 20 | 57 | 36 |
| Octal | 360 | 220 | 42 | 0 | 50 | 126 | 6 | 40 | 127 | 66 |
| Binary | 11110000 | 10010000 | 100010 | 0 | 101000 | 1010110 | 110 | 100000 | 1010111 | 110110 |
Color Harmonies of #F09022
Complementary color
Monochromatic Colors of #F09022
Black with #F09022
Text Example
Text Example
White with #F09022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09022; }
p { color: rgb(240,144,34); }
H1.HeaderClassName
{
color: #F09022;
}
.AnyTagClassName
{
color: #F09022;
}
</style>
background-color css
<style>
a { background-color: #F09022; }
a { background-color: rgb(240,144,34); }
div.DivClassName
{
background-color: #F09022;
}
.BgClassName
{
background-color: #F09022;
}
</style>
border-color css
<style>
span { border-color: #F09022; }
span { border-color: rgb(240,144,34); }
td.TdClassName
{
border-color: #F09022;
}
.TagClassName
{
border-color: #F09022;
}
</style>