Shades of Carrot Orange #F09524
Tints of Carrot Orange #F09524
RGB
CMYK
RGB Variations
Color information
#F09524 (or 0xF09524) is known color: Carrot Orange. HEX triplet: F0, 95 and 24. RGB value is (240,149,36). Sum of RGB (Red+Green+Blue) = 240+149+36=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 36 (14.45% from 255 or 8.47% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F09524 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09524 is #0F6ADB. Grayscale: #A3A3A3. Windows color (decimal): -1010396 or 2397680. OLE color: 2397680.
HSL color Cylindrical-coordinate representation of color #F09524: hue angle of 33.24º 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 #F09524 is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 36 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.06 |
| HSL | 33.24º | 0.87% | 0.54% | - |
| HSV(B) | 33.24º | 0.85% | 0.94% | - |
| XYZ | 47 | 40.15 | 6.94 | - |
| YUV | 163.33 | 56.15 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 36 | 0 | 0.38 | 0.85 | 0.06 | 33.24 | 0.87 | 0.54 |
| Hex | F0 | 95 | 24 | 0 | 26 | 55 | 6 | 21 | 57 | 36 |
| Octal | 360 | 225 | 44 | 0 | 46 | 125 | 6 | 41 | 127 | 66 |
| Binary | 11110000 | 10010101 | 100100 | 0 | 100110 | 1010101 | 110 | 100001 | 1010111 | 110110 |
Color Harmonies of #F09524
Complementary color
Monochromatic Colors of #F09524
Black with #F09524
Text Example
Text Example
White with #F09524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09524; }
p { color: rgb(240,149,36); }
H1.HeaderClassName
{
color: #F09524;
}
.AnyTagClassName
{
color: #F09524;
}
</style>
background-color css
<style>
a { background-color: #F09524; }
a { background-color: rgb(240,149,36); }
div.DivClassName
{
background-color: #F09524;
}
.BgClassName
{
background-color: #F09524;
}
</style>
border-color css
<style>
span { border-color: #F09524; }
span { border-color: rgb(240,149,36); }
td.TdClassName
{
border-color: #F09524;
}
.TagClassName
{
border-color: #F09524;
}
</style>