Shades of Carrot Orange #F08A14
Tints of Carrot Orange #F08A14
RGB
CMYK
RGB Variations
Color information
#F08A14 (or 0xF08A14) is known color: Carrot Orange. HEX triplet: F0, 8A and 14. RGB value is (240,138,20). Sum of RGB (Red+Green+Blue) = 240+138+20=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 20 (8.20% from 255 or 5.03% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08A14 is #0F75EB. Grayscale: #9B9B9B. Windows color (decimal): -1013228 or 1346288. OLE color: 1346288.
HSL color Cylindrical-coordinate representation of color #F08A14: hue angle of 32.18º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F08A14 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 20 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.06 |
| HSL | 32.18º | 0.88% | 0.51% | - |
| HSV(B) | 32.18º | 0.92% | 0.94% | - |
| XYZ | 45.15 | 36.75 | 5.38 | - |
| YUV | 155.05 | 51.79 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 20 | 0 | 0.42 | 0.92 | 0.06 | 32.18 | 0.88 | 0.51 |
| Hex | F0 | 8A | 14 | 0 | 2A | 5C | 6 | 20 | 58 | 33 |
| Octal | 360 | 212 | 24 | 0 | 52 | 134 | 6 | 40 | 130 | 63 |
| Binary | 11110000 | 10001010 | 10100 | 0 | 101010 | 1011100 | 110 | 100000 | 1011000 | 110011 |
Color Harmonies of #F08A14
Complementary color
Monochromatic Colors of #F08A14
Black with #F08A14
Text Example
Text Example
White with #F08A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08A14; }
p { color: rgb(240,138,20); }
H1.HeaderClassName
{
color: #F08A14;
}
.AnyTagClassName
{
color: #F08A14;
}
</style>
background-color css
<style>
a { background-color: #F08A14; }
a { background-color: rgb(240,138,20); }
div.DivClassName
{
background-color: #F08A14;
}
.BgClassName
{
background-color: #F08A14;
}
</style>
border-color css
<style>
span { border-color: #F08A14; }
span { border-color: rgb(240,138,20); }
td.TdClassName
{
border-color: #F08A14;
}
.TagClassName
{
border-color: #F08A14;
}
</style>