Shades of Carrot Orange #F09029
Tints of Carrot Orange #F09029
RGB
CMYK
RGB Variations
Color information
#F09029 (or 0xF09029) is known color: Carrot Orange. HEX triplet: F0, 90 and 29. RGB value is (240,144,41). Sum of RGB (Red+Green+Blue) = 240+144+41=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 41 (16.41% from 255 or 9.65% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F09029 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09029 is #0F6FD6. Grayscale: #A1A1A1. Windows color (decimal): -1011671 or 2724080. OLE color: 2724080.
HSL color Cylindrical-coordinate representation of color #F09029: hue angle of 31.06º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F09029 is Cyan = 0, Magento = 0.4, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 41 | - |
| CMYK | 0 | 0.4 | 0.83 | 0.06 |
| HSL | 31.06º | 0.87% | 0.55% | - |
| HSV(B) | 31.06º | 0.83% | 0.94% | - |
| XYZ | 46.31 | 38.63 | 7.11 | - |
| YUV | 160.96 | 60.3 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 41 | 0 | 0.4 | 0.83 | 0.06 | 31.06 | 0.87 | 0.55 |
| Hex | F0 | 90 | 29 | 0 | 28 | 53 | 6 | 1F | 57 | 37 |
| Octal | 360 | 220 | 51 | 0 | 50 | 123 | 6 | 37 | 127 | 67 |
| Binary | 11110000 | 10010000 | 101001 | 0 | 101000 | 1010011 | 110 | 11111 | 1010111 | 110111 |
Color Harmonies of #F09029
Complementary color
Monochromatic Colors of #F09029
Black with #F09029
Text Example
Text Example
White with #F09029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09029; }
p { color: rgb(240,144,41); }
H1.HeaderClassName
{
color: #F09029;
}
.AnyTagClassName
{
color: #F09029;
}
</style>
background-color css
<style>
a { background-color: #F09029; }
a { background-color: rgb(240,144,41); }
div.DivClassName
{
background-color: #F09029;
}
.BgClassName
{
background-color: #F09029;
}
</style>
border-color css
<style>
span { border-color: #F09029; }
span { border-color: rgb(240,144,41); }
td.TdClassName
{
border-color: #F09029;
}
.TagClassName
{
border-color: #F09029;
}
</style>