Shades of Tangerine Yellow #F6D00D
Tints of Tangerine Yellow #F6D00D
RGB
CMYK
RGB Variations
Color information
#F6D00D (or 0xF6D00D) is known color: Tangerine Yellow. HEX triplet: F6, D0 and 0D. RGB value is (246,208,13). Sum of RGB (Red+Green+Blue) = 246+208+13=467 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.68% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 13 (5.47% from 255 or 2.78% from 467); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D00D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6D00D is #092FF2. Grayscale: #C5C5C5. Windows color (decimal): -602099 or 905462. OLE color: 905462.
HSL color Cylindrical-coordinate representation of color #F6D00D: hue angle of 50.21º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F6D00D is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 208 | 13 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.04 |
| HSL | 50.21º | 0.93% | 0.51% | - |
| HSV(B) | 50.21º | 0.95% | 0.96% | - |
| XYZ | 60.63 | 64.73 | 9.68 | - |
| YUV | 197.13 | 24.09 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 208 | 13 | 0 | 0.15 | 0.95 | 0.04 | 50.21 | 0.93 | 0.51 |
| Hex | F6 | D0 | D | 0 | F | 5F | 4 | 32 | 5D | 33 |
| Octal | 366 | 320 | 15 | 0 | 17 | 137 | 4 | 62 | 135 | 63 |
| Binary | 11110110 | 11010000 | 1101 | 0 | 1111 | 1011111 | 100 | 110010 | 1011101 | 110011 |
Color Harmonies of #F6D00D
Complementary color
Monochromatic Colors of #F6D00D
Black with #F6D00D
Text Example
Text Example
White with #F6D00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D00D; }
p { color: rgb(246,208,13); }
H1.HeaderClassName
{
color: #F6D00D;
}
.AnyTagClassName
{
color: #F6D00D;
}
</style>
background-color css
<style>
a { background-color: #F6D00D; }
a { background-color: rgb(246,208,13); }
div.DivClassName
{
background-color: #F6D00D;
}
.BgClassName
{
background-color: #F6D00D;
}
</style>
border-color css
<style>
span { border-color: #F6D00D; }
span { border-color: rgb(246,208,13); }
td.TdClassName
{
border-color: #F6D00D;
}
.TagClassName
{
border-color: #F6D00D;
}
</style>