Shades of Carrot Orange #F09219
Tints of Carrot Orange #F09219
RGB
CMYK
RGB Variations
Color information
#F09219 (or 0xF09219) is known color: Carrot Orange. HEX triplet: F0, 92 and 19. RGB value is (240,146,25). Sum of RGB (Red+Green+Blue) = 240+146+25=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 25 (10.16% from 255 or 6.08% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F09219 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09219 is #0F6DE6. Grayscale: #A0A0A0. Windows color (decimal): -1011175 or 1676016. OLE color: 1676016.
HSL color Cylindrical-coordinate representation of color #F09219: hue angle of 33.77º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F09219 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 146 | 25 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.06 |
| HSL | 33.77º | 0.88% | 0.52% | - |
| HSV(B) | 33.77º | 0.9% | 0.94% | - |
| XYZ | 46.39 | 39.15 | 6.03 | - |
| YUV | 160.31 | 51.64 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 146 | 25 | 0 | 0.39 | 0.90 | 0.06 | 33.77 | 0.88 | 0.52 |
| Hex | F0 | 92 | 19 | 0 | 27 | 5A | 6 | 22 | 58 | 34 |
| Octal | 360 | 222 | 31 | 0 | 47 | 132 | 6 | 42 | 130 | 64 |
| Binary | 11110000 | 10010010 | 11001 | 0 | 100111 | 1011010 | 110 | 100010 | 1011000 | 110100 |
Color Harmonies of #F09219
Complementary color
Monochromatic Colors of #F09219
Black with #F09219
Text Example
Text Example
White with #F09219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09219; }
p { color: rgb(240,146,25); }
H1.HeaderClassName
{
color: #F09219;
}
.AnyTagClassName
{
color: #F09219;
}
</style>
background-color css
<style>
a { background-color: #F09219; }
a { background-color: rgb(240,146,25); }
div.DivClassName
{
background-color: #F09219;
}
.BgClassName
{
background-color: #F09219;
}
</style>
border-color css
<style>
span { border-color: #F09219; }
span { border-color: rgb(240,146,25); }
td.TdClassName
{
border-color: #F09219;
}
.TagClassName
{
border-color: #F09219;
}
</style>