Shades of Carrot Orange #F08D1C
Tints of Carrot Orange #F08D1C
RGB
CMYK
RGB Variations
Color information
#F08D1C (or 0xF08D1C) is known color: Carrot Orange. HEX triplet: F0, 8D and 1C. RGB value is (240,141,28). Sum of RGB (Red+Green+Blue) = 240+141+28=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 28 (11.33% from 255 or 6.85% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08D1C is #0F72E3. Grayscale: #9E9E9E. Windows color (decimal): -1012452 or 1871344. OLE color: 1871344.
HSL color Cylindrical-coordinate representation of color #F08D1C: hue angle of 31.98º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F08D1C is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 141 | 28 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.06 |
| HSL | 31.98º | 0.88% | 0.53% | - |
| HSV(B) | 31.98º | 0.88% | 0.94% | - |
| XYZ | 45.67 | 37.66 | 5.96 | - |
| YUV | 157.72 | 54.8 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 141 | 28 | 0 | 0.41 | 0.88 | 0.06 | 31.98 | 0.88 | 0.53 |
| Hex | F0 | 8D | 1C | 0 | 29 | 58 | 6 | 20 | 58 | 35 |
| Octal | 360 | 215 | 34 | 0 | 51 | 130 | 6 | 40 | 130 | 65 |
| Binary | 11110000 | 10001101 | 11100 | 0 | 101001 | 1011000 | 110 | 100000 | 1011000 | 110101 |
Color Harmonies of #F08D1C
Complementary color
Monochromatic Colors of #F08D1C
Black with #F08D1C
Text Example
Text Example
White with #F08D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08D1C; }
p { color: rgb(240,141,28); }
H1.HeaderClassName
{
color: #F08D1C;
}
.AnyTagClassName
{
color: #F08D1C;
}
</style>
background-color css
<style>
a { background-color: #F08D1C; }
a { background-color: rgb(240,141,28); }
div.DivClassName
{
background-color: #F08D1C;
}
.BgClassName
{
background-color: #F08D1C;
}
</style>
border-color css
<style>
span { border-color: #F08D1C; }
span { border-color: rgb(240,141,28); }
td.TdClassName
{
border-color: #F08D1C;
}
.TagClassName
{
border-color: #F08D1C;
}
</style>