Shades of Carrot Orange #F0932C
Tints of Carrot Orange #F0932C
RGB
CMYK
RGB Variations
Color information
#F0932C (or 0xF0932C) is known color: Carrot Orange. HEX triplet: F0, 93 and 2C. RGB value is (240,147,44). Sum of RGB (Red+Green+Blue) = 240+147+44=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 44 (17.58% from 255 or 10.21% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F0932C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0932C is #0F6CD3. Grayscale: #A3A3A3. Windows color (decimal): -1010900 or 2921456. OLE color: 2921456.
HSL color Cylindrical-coordinate representation of color #F0932C: hue angle of 31.53º 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 #F0932C is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 147 | 44 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.06 |
| HSL | 31.53º | 0.87% | 0.56% | - |
| HSV(B) | 31.53º | 0.82% | 0.94% | - |
| XYZ | 46.82 | 39.57 | 7.55 | - |
| YUV | 163.07 | 60.81 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 147 | 44 | 0 | 0.39 | 0.82 | 0.06 | 31.53 | 0.87 | 0.56 |
| Hex | F0 | 93 | 2C | 0 | 27 | 52 | 6 | 20 | 57 | 38 |
| Octal | 360 | 223 | 54 | 0 | 47 | 122 | 6 | 40 | 127 | 70 |
| Binary | 11110000 | 10010011 | 101100 | 0 | 100111 | 1010010 | 110 | 100000 | 1010111 | 111000 |
Color Harmonies of #F0932C
Complementary color
Monochromatic Colors of #F0932C
Black with #F0932C
Text Example
Text Example
White with #F0932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0932C; }
p { color: rgb(240,147,44); }
H1.HeaderClassName
{
color: #F0932C;
}
.AnyTagClassName
{
color: #F0932C;
}
</style>
background-color css
<style>
a { background-color: #F0932C; }
a { background-color: rgb(240,147,44); }
div.DivClassName
{
background-color: #F0932C;
}
.BgClassName
{
background-color: #F0932C;
}
</style>
border-color css
<style>
span { border-color: #F0932C; }
span { border-color: rgb(240,147,44); }
td.TdClassName
{
border-color: #F0932C;
}
.TagClassName
{
border-color: #F0932C;
}
</style>