Shades of Tangerine Yellow #FFC808
Tints of Tangerine Yellow #FFC808
RGB
CMYK
RGB Variations
Color information
#FFC808 (or 0xFFC808) is known color: Tangerine Yellow. HEX triplet: FF, C8 and 08. RGB value is (255,200,8). Sum of RGB (Red+Green+Blue) = 255+200+8=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 200 (78.52% from 255 or 43.20% from 463); Blue value is 8 (3.52% from 255 or 1.73% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC808 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC808 is #0037F7. Grayscale: #C3C3C3. Windows color (decimal): -14328 or 575743. OLE color: 575743.
HSL color Cylindrical-coordinate representation of color #FFC808: hue angle of 46.64º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFC808 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 8 | - |
| CMYK | 0 | 0.22 | 0.97 | 0 |
| HSL | 46.64º | 1% | 0.52% | - |
| HSV(B) | 46.64º | 0.97% | 1% | - |
| XYZ | 61.94 | 62.59 | 9.05 | - |
| YUV | 194.56 | 22.72 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 8 | 0 | 0.22 | 0.97 | 0 | 46.64 | 1 | 0.52 |
| Hex | FF | C8 | 8 | 0 | 16 | 61 | 0 | 2F | 64 | 34 |
| Octal | 377 | 310 | 10 | 0 | 26 | 141 | 0 | 57 | 144 | 64 |
| Binary | 11111111 | 11001000 | 1000 | 0 | 10110 | 1100001 | 0 | 101111 | 1100100 | 110100 |
Color Harmonies of #FFC808
Complementary color
Monochromatic Colors of #FFC808
Black with #FFC808
Text Example
Text Example
White with #FFC808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC808; }
p { color: rgb(255,200,8); }
H1.HeaderClassName
{
color: #FFC808;
}
.AnyTagClassName
{
color: #FFC808;
}
</style>
background-color css
<style>
a { background-color: #FFC808; }
a { background-color: rgb(255,200,8); }
div.DivClassName
{
background-color: #FFC808;
}
.BgClassName
{
background-color: #FFC808;
}
</style>
border-color css
<style>
span { border-color: #FFC808; }
span { border-color: rgb(255,200,8); }
td.TdClassName
{
border-color: #FFC808;
}
.TagClassName
{
border-color: #FFC808;
}
</style>