Shades of Carrot Orange #F08C2A
Tints of Carrot Orange #F08C2A
RGB
CMYK
RGB Variations
Color information
#F08C2A (or 0xF08C2A) is known color: Carrot Orange. HEX triplet: F0, 8C and 2A. RGB value is (240,140,42). Sum of RGB (Red+Green+Blue) = 240+140+42=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 42 (16.80% from 255 or 9.95% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08C2A is #0F73D5. Grayscale: #9F9F9F. Windows color (decimal): -1012694 or 2788592. OLE color: 2788592.
HSL color Cylindrical-coordinate representation of color #F08C2A: hue angle of 29.7º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F08C2A is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 140 | 42 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.06 |
| HSL | 29.7º | 0.87% | 0.55% | - |
| HSV(B) | 29.7º | 0.83% | 0.94% | - |
| XYZ | 45.73 | 37.45 | 7.01 | - |
| YUV | 158.73 | 62.13 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 140 | 42 | 0 | 0.42 | 0.82 | 0.06 | 29.7 | 0.87 | 0.55 |
| Hex | F0 | 8C | 2A | 0 | 2A | 52 | 6 | 1E | 57 | 37 |
| Octal | 360 | 214 | 52 | 0 | 52 | 122 | 6 | 36 | 127 | 67 |
| Binary | 11110000 | 10001100 | 101010 | 0 | 101010 | 1010010 | 110 | 11110 | 1010111 | 110111 |
Color Harmonies of #F08C2A
Complementary color
Monochromatic Colors of #F08C2A
Black with #F08C2A
Text Example
Text Example
White with #F08C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08C2A; }
p { color: rgb(240,140,42); }
H1.HeaderClassName
{
color: #F08C2A;
}
.AnyTagClassName
{
color: #F08C2A;
}
</style>
background-color css
<style>
a { background-color: #F08C2A; }
a { background-color: rgb(240,140,42); }
div.DivClassName
{
background-color: #F08C2A;
}
.BgClassName
{
background-color: #F08C2A;
}
</style>
border-color css
<style>
span { border-color: #F08C2A; }
span { border-color: rgb(240,140,42); }
td.TdClassName
{
border-color: #F08C2A;
}
.TagClassName
{
border-color: #F08C2A;
}
</style>