Shades of Carrot Orange #F0942C
Tints of Carrot Orange #F0942C
RGB
CMYK
RGB Variations
Color information
#F0942C (or 0xF0942C) is known color: Carrot Orange. HEX triplet: F0, 94 and 2C. RGB value is (240,148,44). Sum of RGB (Red+Green+Blue) = 240+148+44=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 44 (17.58% from 255 or 10.19% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F0942C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0942C is #0F6BD3. Grayscale: #A4A4A4. Windows color (decimal): -1010644 or 2921712. OLE color: 2921712.
HSL color Cylindrical-coordinate representation of color #F0942C: hue angle of 31.84º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0942C is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 148 | 44 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.06 |
| HSL | 31.84º | 0.87% | 0.56% | - |
| HSV(B) | 31.84º | 0.82% | 0.94% | - |
| XYZ | 46.98 | 39.89 | 7.61 | - |
| YUV | 163.65 | 60.48 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 148 | 44 | 0 | 0.38 | 0.82 | 0.06 | 31.84 | 0.87 | 0.56 |
| Hex | F0 | 94 | 2C | 0 | 26 | 52 | 6 | 20 | 57 | 38 |
| Octal | 360 | 224 | 54 | 0 | 46 | 122 | 6 | 40 | 127 | 70 |
| Binary | 11110000 | 10010100 | 101100 | 0 | 100110 | 1010010 | 110 | 100000 | 1010111 | 111000 |
Color Harmonies of #F0942C
Complementary color
Monochromatic Colors of #F0942C
Black with #F0942C
Text Example
Text Example
White with #F0942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0942C; }
p { color: rgb(240,148,44); }
H1.HeaderClassName
{
color: #F0942C;
}
.AnyTagClassName
{
color: #F0942C;
}
</style>
background-color css
<style>
a { background-color: #F0942C; }
a { background-color: rgb(240,148,44); }
div.DivClassName
{
background-color: #F0942C;
}
.BgClassName
{
background-color: #F0942C;
}
</style>
border-color css
<style>
span { border-color: #F0942C; }
span { border-color: rgb(240,148,44); }
td.TdClassName
{
border-color: #F0942C;
}
.TagClassName
{
border-color: #F0942C;
}
</style>