Shades of Tangerine Yellow #F0D00C
Tints of Tangerine Yellow #F0D00C
RGB
CMYK
RGB Variations
Color information
#F0D00C (or 0xF0D00C) is known color: Tangerine Yellow. HEX triplet: F0, D0 and 0C. RGB value is (240,208,12). Sum of RGB (Red+Green+Blue) = 240+208+12=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 12 (5.08% from 255 or 2.61% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D00C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D00C is #0F2FF3. Grayscale: #C4C4C4. Windows color (decimal): -995316 or 839920. OLE color: 839920.
HSL color Cylindrical-coordinate representation of color #F0D00C: hue angle of 51.58º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0D00C is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 12 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.06 |
| HSL | 51.58º | 0.9% | 0.49% | - |
| HSV(B) | 51.58º | 0.95% | 0.94% | - |
| XYZ | 58.56 | 63.66 | 9.55 | - |
| YUV | 195.22 | 24.6 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 12 | 0 | 0.13 | 0.95 | 0.06 | 51.58 | 0.9 | 0.49 |
| Hex | F0 | D0 | C | 0 | D | 5F | 6 | 34 | 5A | 31 |
| Octal | 360 | 320 | 14 | 0 | 15 | 137 | 6 | 64 | 132 | 61 |
| Binary | 11110000 | 11010000 | 1100 | 0 | 1101 | 1011111 | 110 | 110100 | 1011010 | 110001 |
Color Harmonies of #F0D00C
Complementary color
Monochromatic Colors of #F0D00C
Black with #F0D00C
Text Example
Text Example
White with #F0D00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D00C; }
p { color: rgb(240,208,12); }
H1.HeaderClassName
{
color: #F0D00C;
}
.AnyTagClassName
{
color: #F0D00C;
}
</style>
background-color css
<style>
a { background-color: #F0D00C; }
a { background-color: rgb(240,208,12); }
div.DivClassName
{
background-color: #F0D00C;
}
.BgClassName
{
background-color: #F0D00C;
}
</style>
border-color css
<style>
span { border-color: #F0D00C; }
span { border-color: rgb(240,208,12); }
td.TdClassName
{
border-color: #F0D00C;
}
.TagClassName
{
border-color: #F0D00C;
}
</style>