Shades of Dark Tangerine #F0B314
Tints of Dark Tangerine #F0B314
RGB
CMYK
RGB Variations
Color information
#F0B314 (or 0xF0B314) is known color: Dark Tangerine. HEX triplet: F0, B3 and 14. RGB value is (240,179,20). Sum of RGB (Red+Green+Blue) = 240+179+20=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 20 (8.20% from 255 or 4.56% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B314 is #0F4CEB. Grayscale: #B3B3B3. Windows color (decimal): -1002732 or 1356784. OLE color: 1356784.
HSL color Cylindrical-coordinate representation of color #F0B314: hue angle of 43.36º 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 #F0B314 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 179 | 20 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.06 |
| HSL | 43.36º | 0.88% | 0.51% | - |
| HSV(B) | 43.36º | 0.92% | 0.94% | - |
| XYZ | 52.18 | 50.82 | 7.72 | - |
| YUV | 179.11 | 38.21 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 179 | 20 | 0 | 0.25 | 0.92 | 0.06 | 43.36 | 0.88 | 0.51 |
| Hex | F0 | B3 | 14 | 0 | 19 | 5C | 6 | 2B | 58 | 33 |
| Octal | 360 | 263 | 24 | 0 | 31 | 134 | 6 | 53 | 130 | 63 |
| Binary | 11110000 | 10110011 | 10100 | 0 | 11001 | 1011100 | 110 | 101011 | 1011000 | 110011 |
Color Harmonies of #F0B314
Complementary color
Monochromatic Colors of #F0B314
Black with #F0B314
Text Example
Text Example
White with #F0B314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B314; }
p { color: rgb(240,179,20); }
H1.HeaderClassName
{
color: #F0B314;
}
.AnyTagClassName
{
color: #F0B314;
}
</style>
background-color css
<style>
a { background-color: #F0B314; }
a { background-color: rgb(240,179,20); }
div.DivClassName
{
background-color: #F0B314;
}
.BgClassName
{
background-color: #F0B314;
}
</style>
border-color css
<style>
span { border-color: #F0B314; }
span { border-color: rgb(240,179,20); }
td.TdClassName
{
border-color: #F0B314;
}
.TagClassName
{
border-color: #F0B314;
}
</style>