Shades of Carrot Orange #F09629
Tints of Carrot Orange #F09629
RGB
CMYK
RGB Variations
Color information
#F09629 (or 0xF09629) is known color: Carrot Orange. HEX triplet: F0, 96 and 29. RGB value is (240,150,41). Sum of RGB (Red+Green+Blue) = 240+150+41=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 41 (16.41% from 255 or 9.51% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F09629 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09629 is #0F69D6. Grayscale: #A5A5A5. Windows color (decimal): -1010135 or 2725616. OLE color: 2725616.
HSL color Cylindrical-coordinate representation of color #F09629: hue angle of 32.86º 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 #F09629 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 150 | 41 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.06 |
| HSL | 32.86º | 0.87% | 0.55% | - |
| HSV(B) | 32.86º | 0.83% | 0.94% | - |
| XYZ | 47.24 | 40.5 | 7.42 | - |
| YUV | 164.48 | 58.32 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 150 | 41 | 0 | 0.37 | 0.83 | 0.06 | 32.86 | 0.87 | 0.55 |
| Hex | F0 | 96 | 29 | 0 | 25 | 53 | 6 | 21 | 57 | 37 |
| Octal | 360 | 226 | 51 | 0 | 45 | 123 | 6 | 41 | 127 | 67 |
| Binary | 11110000 | 10010110 | 101001 | 0 | 100101 | 1010011 | 110 | 100001 | 1010111 | 110111 |
Color Harmonies of #F09629
Complementary color
Monochromatic Colors of #F09629
Black with #F09629
Text Example
Text Example
White with #F09629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09629; }
p { color: rgb(240,150,41); }
H1.HeaderClassName
{
color: #F09629;
}
.AnyTagClassName
{
color: #F09629;
}
</style>
background-color css
<style>
a { background-color: #F09629; }
a { background-color: rgb(240,150,41); }
div.DivClassName
{
background-color: #F09629;
}
.BgClassName
{
background-color: #F09629;
}
</style>
border-color css
<style>
span { border-color: #F09629; }
span { border-color: rgb(240,150,41); }
td.TdClassName
{
border-color: #F09629;
}
.TagClassName
{
border-color: #F09629;
}
</style>