Shades of Dark Tangerine #F9B814
Tints of Dark Tangerine #F9B814
RGB
CMYK
RGB Variations
Color information
#F9B814 (or 0xF9B814) is known color: Dark Tangerine. HEX triplet: F9, B8 and 14. RGB value is (249,184,20). Sum of RGB (Red+Green+Blue) = 249+184+20=453 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.97% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 20 (8.20% from 255 or 4.42% from 453); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B814 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9B814 is #0647EB. Grayscale: #B9B9B9. Windows color (decimal): -411628 or 1358073. OLE color: 1358073.
HSL color Cylindrical-coordinate representation of color #F9B814: hue angle of 42.97º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F9B814 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 184 | 20 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.02 |
| HSL | 42.97º | 0.95% | 0.53% | - |
| HSV(B) | 42.97º | 0.92% | 0.98% | - |
| XYZ | 56.33 | 54.47 | 8.21 | - |
| YUV | 184.74 | 35.03 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 184 | 20 | 0 | 0.26 | 0.92 | 0.02 | 42.97 | 0.95 | 0.53 |
| Hex | F9 | B8 | 14 | 0 | 1A | 5C | 2 | 2B | 5F | 35 |
| Octal | 371 | 270 | 24 | 0 | 32 | 134 | 2 | 53 | 137 | 65 |
| Binary | 11111001 | 10111000 | 10100 | 0 | 11010 | 1011100 | 10 | 101011 | 1011111 | 110101 |
Color Harmonies of #F9B814
Complementary color
Monochromatic Colors of #F9B814
Black with #F9B814
Text Example
Text Example
White with #F9B814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B814; }
p { color: rgb(249,184,20); }
H1.HeaderClassName
{
color: #F9B814;
}
.AnyTagClassName
{
color: #F9B814;
}
</style>
background-color css
<style>
a { background-color: #F9B814; }
a { background-color: rgb(249,184,20); }
div.DivClassName
{
background-color: #F9B814;
}
.BgClassName
{
background-color: #F9B814;
}
</style>
border-color css
<style>
span { border-color: #F9B814; }
span { border-color: rgb(249,184,20); }
td.TdClassName
{
border-color: #F9B814;
}
.TagClassName
{
border-color: #F9B814;
}
</style>