Shades of Tangerine Yellow #F4D006
Tints of Tangerine Yellow #F4D006
RGB
CMYK
RGB Variations
Color information
#F4D006 (or 0xF4D006) is known color: Tangerine Yellow. HEX triplet: F4, D0 and 06. RGB value is (244,208,6). Sum of RGB (Red+Green+Blue) = 244+208+6=458 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.28% from 458); Green value is 208 (81.64% from 255 or 45.41% from 458); Blue value is 6 (2.73% from 255 or 1.31% from 458); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4D006 is #0B2FF9. Grayscale: #C4C4C4. Windows color (decimal): -733178 or 446708. OLE color: 446708.
HSL color Cylindrical-coordinate representation of color #F4D006: hue angle of 50.92º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F4D006 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 208 | 6 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.04 |
| HSL | 50.92º | 0.95% | 0.49% | - |
| HSV(B) | 50.92º | 0.98% | 0.96% | - |
| XYZ | 59.9 | 64.36 | 9.44 | - |
| YUV | 195.74 | 20.93 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 208 | 6 | 0 | 0.15 | 0.98 | 0.04 | 50.92 | 0.95 | 0.49 |
| Hex | F4 | D0 | 6 | 0 | F | 62 | 4 | 33 | 5F | 31 |
| Octal | 364 | 320 | 6 | 0 | 17 | 142 | 4 | 63 | 137 | 61 |
| Binary | 11110100 | 11010000 | 110 | 0 | 1111 | 1100010 | 100 | 110011 | 1011111 | 110001 |
Color Harmonies of #F4D006
Complementary color
Monochromatic Colors of #F4D006
Black with #F4D006
Text Example
Text Example
White with #F4D006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D006; }
p { color: rgb(244,208,6); }
H1.HeaderClassName
{
color: #F4D006;
}
.AnyTagClassName
{
color: #F4D006;
}
</style>
background-color css
<style>
a { background-color: #F4D006; }
a { background-color: rgb(244,208,6); }
div.DivClassName
{
background-color: #F4D006;
}
.BgClassName
{
background-color: #F4D006;
}
</style>
border-color css
<style>
span { border-color: #F4D006; }
span { border-color: rgb(244,208,6); }
td.TdClassName
{
border-color: #F4D006;
}
.TagClassName
{
border-color: #F4D006;
}
</style>