Shades of Tangerine Yellow #F8D003
Tints of Tangerine Yellow #F8D003
RGB
CMYK
RGB Variations
Color information
#F8D003 (or 0xF8D003) is known color: Tangerine Yellow. HEX triplet: F8, D0 and 03. RGB value is (248,208,3). Sum of RGB (Red+Green+Blue) = 248+208+3=459 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.03% from 459); Green value is 208 (81.64% from 255 or 45.32% from 459); Blue value is 3 (1.56% from 255 or 0.65% from 459); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D003 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D003 is #072FFC. Grayscale: #C5C5C5. Windows color (decimal): -471037 or 250104. OLE color: 250104.
HSL color Cylindrical-coordinate representation of color #F8D003: hue angle of 50.2º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F8D003 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 208 | 3 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.03 |
| HSL | 50.2º | 0.98% | 0.49% | - |
| HSV(B) | 50.2º | 0.99% | 0.97% | - |
| XYZ | 61.28 | 65.07 | 9.42 | - |
| YUV | 196.59 | 18.75 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 208 | 3 | 0 | 0.16 | 0.99 | 0.03 | 50.2 | 0.98 | 0.49 |
| Hex | F8 | D0 | 3 | 0 | 10 | 63 | 3 | 32 | 62 | 31 |
| Octal | 370 | 320 | 3 | 0 | 20 | 143 | 3 | 62 | 142 | 61 |
| Binary | 11111000 | 11010000 | 11 | 0 | 10000 | 1100011 | 11 | 110010 | 1100010 | 110001 |
Color Harmonies of #F8D003
Complementary color
Monochromatic Colors of #F8D003
Black with #F8D003
Text Example
Text Example
White with #F8D003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D003; }
p { color: rgb(248,208,3); }
H1.HeaderClassName
{
color: #F8D003;
}
.AnyTagClassName
{
color: #F8D003;
}
</style>
background-color css
<style>
a { background-color: #F8D003; }
a { background-color: rgb(248,208,3); }
div.DivClassName
{
background-color: #F8D003;
}
.BgClassName
{
background-color: #F8D003;
}
</style>
border-color css
<style>
span { border-color: #F8D003; }
span { border-color: rgb(248,208,3); }
td.TdClassName
{
border-color: #F8D003;
}
.TagClassName
{
border-color: #F8D003;
}
</style>