Shades of Tangerine Yellow #F0D003
Tints of Tangerine Yellow #F0D003
RGB
CMYK
RGB Variations
Color information
#F0D003 (or 0xF0D003) is known color: Tangerine Yellow. HEX triplet: F0, D0 and 03. RGB value is (240,208,3). Sum of RGB (Red+Green+Blue) = 240+208+3=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 208 (81.64% from 255 or 46.12% from 451); Blue value is 3 (1.56% from 255 or 0.67% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D003 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D003 is #0F2FFC. Grayscale: #C3C3C3. Windows color (decimal): -995325 or 250096. OLE color: 250096.
HSL color Cylindrical-coordinate representation of color #F0D003: hue angle of 51.9º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0D003 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 3 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.06 |
| HSL | 51.9º | 0.98% | 0.48% | - |
| HSV(B) | 51.9º | 0.99% | 0.94% | - |
| XYZ | 58.51 | 63.64 | 9.29 | - |
| YUV | 194.2 | 20.1 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 3 | 0 | 0.13 | 0.99 | 0.06 | 51.9 | 0.98 | 0.48 |
| Hex | F0 | D0 | 3 | 0 | D | 63 | 6 | 34 | 62 | 30 |
| Octal | 360 | 320 | 3 | 0 | 15 | 143 | 6 | 64 | 142 | 60 |
| Binary | 11110000 | 11010000 | 11 | 0 | 1101 | 1100011 | 110 | 110100 | 1100010 | 110000 |
Color Harmonies of #F0D003
Complementary color
Monochromatic Colors of #F0D003
Black with #F0D003
Text Example
Text Example
White with #F0D003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D003; }
p { color: rgb(240,208,3); }
H1.HeaderClassName
{
color: #F0D003;
}
.AnyTagClassName
{
color: #F0D003;
}
</style>
background-color css
<style>
a { background-color: #F0D003; }
a { background-color: rgb(240,208,3); }
div.DivClassName
{
background-color: #F0D003;
}
.BgClassName
{
background-color: #F0D003;
}
</style>
border-color css
<style>
span { border-color: #F0D003; }
span { border-color: rgb(240,208,3); }
td.TdClassName
{
border-color: #F0D003;
}
.TagClassName
{
border-color: #F0D003;
}
</style>