Shades of Tangerine Yellow #F8D00B
Tints of Tangerine Yellow #F8D00B
RGB
CMYK
RGB Variations
Color information
#F8D00B (or 0xF8D00B) is known color: Tangerine Yellow. HEX triplet: F8, D0 and 0B. RGB value is (248,208,11). Sum of RGB (Red+Green+Blue) = 248+208+11=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 11 (4.69% from 255 or 2.36% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D00B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D00B is #072FF4. Grayscale: #C6C6C6. Windows color (decimal): -471029 or 774392. OLE color: 774392.
HSL color Cylindrical-coordinate representation of color #F8D00B: hue angle of 49.87º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8D00B is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 208 | 11 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.03 |
| HSL | 49.87º | 0.94% | 0.51% | - |
| HSV(B) | 49.87º | 0.96% | 0.97% | - |
| XYZ | 61.33 | 65.09 | 9.65 | - |
| YUV | 197.5 | 22.75 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 208 | 11 | 0 | 0.16 | 0.96 | 0.03 | 49.87 | 0.94 | 0.51 |
| Hex | F8 | D0 | B | 0 | 10 | 60 | 3 | 32 | 5E | 33 |
| Octal | 370 | 320 | 13 | 0 | 20 | 140 | 3 | 62 | 136 | 63 |
| Binary | 11111000 | 11010000 | 1011 | 0 | 10000 | 1100000 | 11 | 110010 | 1011110 | 110011 |
Color Harmonies of #F8D00B
Complementary color
Monochromatic Colors of #F8D00B
Black with #F8D00B
Text Example
Text Example
White with #F8D00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D00B; }
p { color: rgb(248,208,11); }
H1.HeaderClassName
{
color: #F8D00B;
}
.AnyTagClassName
{
color: #F8D00B;
}
</style>
background-color css
<style>
a { background-color: #F8D00B; }
a { background-color: rgb(248,208,11); }
div.DivClassName
{
background-color: #F8D00B;
}
.BgClassName
{
background-color: #F8D00B;
}
</style>
border-color css
<style>
span { border-color: #F8D00B; }
span { border-color: rgb(248,208,11); }
td.TdClassName
{
border-color: #F8D00B;
}
.TagClassName
{
border-color: #F8D00B;
}
</style>