Shades of Tangerine Yellow #F9C800
Tints of Tangerine Yellow #F9C800
RGB
CMYK
RGB Variations
Color information
#F9C800 (or 0xF9C800) is known color: Tangerine Yellow. HEX triplet: F9, C8 and 00. RGB value is (249,200,0). Sum of RGB (Red+Green+Blue) = 249+200+0=449 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.46% from 449); Green value is 200 (78.52% from 255 or 44.54% from 449); Blue value is 0 (0.39% from 255 or 0% from 449); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C800 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9C800 is #0637FF. Grayscale: #C0C0C0. Windows color (decimal): -407552 or 51449. OLE color: 51449.
HSL color Cylindrical-coordinate representation of color #F9C800: hue angle of 48.19º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9C800 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 200 | 0 | - |
| CMYK | 0 | 0.20 | 1 | 0.02 |
| HSL | 48.19º | 1% | 0.49% | - |
| HSV(B) | 48.19º | 1% | 0.98% | - |
| XYZ | 59.72 | 61.45 | 8.71 | - |
| YUV | 191.85 | 19.73 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 200 | 0 | 0 | 0.20 | 1 | 0.02 | 48.19 | 1 | 0.49 |
| Hex | F9 | C8 | 0 | 0 | 14 | 64 | 2 | 30 | 64 | 31 |
| Octal | 371 | 310 | 0 | 0 | 24 | 144 | 2 | 60 | 144 | 61 |
| Binary | 11111001 | 11001000 | 0 | 0 | 10100 | 1100100 | 10 | 110000 | 1100100 | 110001 |
Color Harmonies of #F9C800
Complementary color
Monochromatic Colors of #F9C800
Black with #F9C800
Text Example
Text Example
White with #F9C800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C800; }
p { color: rgb(249,200,0); }
H1.HeaderClassName
{
color: #F9C800;
}
.AnyTagClassName
{
color: #F9C800;
}
</style>
background-color css
<style>
a { background-color: #F9C800; }
a { background-color: rgb(249,200,0); }
div.DivClassName
{
background-color: #F9C800;
}
.BgClassName
{
background-color: #F9C800;
}
</style>
border-color css
<style>
span { border-color: #F9C800; }
span { border-color: rgb(249,200,0); }
td.TdClassName
{
border-color: #F9C800;
}
.TagClassName
{
border-color: #F9C800;
}
</style>