Shades of Carrot Orange #F08C21
Tints of Carrot Orange #F08C21
RGB
CMYK
RGB Variations
Color information
#F08C21 (or 0xF08C21) is known color: Carrot Orange. HEX triplet: F0, 8C and 21. RGB value is (240,140,33). Sum of RGB (Red+Green+Blue) = 240+140+33=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 33 (13.28% from 255 or 7.99% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08C21 is #0F73DE. Grayscale: #9E9E9E. Windows color (decimal): -1012703 or 2198768. OLE color: 2198768.
HSL color Cylindrical-coordinate representation of color #F08C21: hue angle of 31.01º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F08C21 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 140 | 33 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.06 |
| HSL | 31.01º | 0.87% | 0.54% | - |
| HSV(B) | 31.01º | 0.86% | 0.94% | - |
| XYZ | 45.59 | 37.39 | 6.25 | - |
| YUV | 157.7 | 57.63 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 140 | 33 | 0 | 0.42 | 0.86 | 0.06 | 31.01 | 0.87 | 0.54 |
| Hex | F0 | 8C | 21 | 0 | 2A | 56 | 6 | 1F | 57 | 36 |
| Octal | 360 | 214 | 41 | 0 | 52 | 126 | 6 | 37 | 127 | 66 |
| Binary | 11110000 | 10001100 | 100001 | 0 | 101010 | 1010110 | 110 | 11111 | 1010111 | 110110 |
Color Harmonies of #F08C21
Complementary color
Monochromatic Colors of #F08C21
Black with #F08C21
Text Example
Text Example
White with #F08C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08C21; }
p { color: rgb(240,140,33); }
H1.HeaderClassName
{
color: #F08C21;
}
.AnyTagClassName
{
color: #F08C21;
}
</style>
background-color css
<style>
a { background-color: #F08C21; }
a { background-color: rgb(240,140,33); }
div.DivClassName
{
background-color: #F08C21;
}
.BgClassName
{
background-color: #F08C21;
}
</style>
border-color css
<style>
span { border-color: #F08C21; }
span { border-color: rgb(240,140,33); }
td.TdClassName
{
border-color: #F08C21;
}
.TagClassName
{
border-color: #F08C21;
}
</style>