Shades of Tangerine Yellow #FFC708
Tints of Tangerine Yellow #FFC708
RGB
CMYK
RGB Variations
Color information
#FFC708 (or 0xFFC708) is known color: Tangerine Yellow. HEX triplet: FF, C7 and 08. RGB value is (255,199,8). Sum of RGB (Red+Green+Blue) = 255+199+8=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 199 (78.12% from 255 or 43.07% from 462); Blue value is 8 (3.52% from 255 or 1.73% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC708 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC708 is #0038F7. Grayscale: #C2C2C2. Windows color (decimal): -14584 or 575487. OLE color: 575487.
HSL color Cylindrical-coordinate representation of color #FFC708: hue angle of 46.4º 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 #FFC708 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 8 | - |
| CMYK | 0 | 0.22 | 0.97 | 0 |
| HSL | 46.4º | 1% | 0.52% | - |
| HSV(B) | 46.4º | 0.97% | 1% | - |
| XYZ | 61.71 | 62.12 | 8.97 | - |
| YUV | 193.97 | 23.05 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 8 | 0 | 0.22 | 0.97 | 0 | 46.4 | 1 | 0.52 |
| Hex | FF | C7 | 8 | 0 | 16 | 61 | 0 | 2E | 64 | 34 |
| Octal | 377 | 307 | 10 | 0 | 26 | 141 | 0 | 56 | 144 | 64 |
| Binary | 11111111 | 11000111 | 1000 | 0 | 10110 | 1100001 | 0 | 101110 | 1100100 | 110100 |
Color Harmonies of #FFC708
Complementary color
Monochromatic Colors of #FFC708
Black with #FFC708
Text Example
Text Example
White with #FFC708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC708; }
p { color: rgb(255,199,8); }
H1.HeaderClassName
{
color: #FFC708;
}
.AnyTagClassName
{
color: #FFC708;
}
</style>
background-color css
<style>
a { background-color: #FFC708; }
a { background-color: rgb(255,199,8); }
div.DivClassName
{
background-color: #FFC708;
}
.BgClassName
{
background-color: #FFC708;
}
</style>
border-color css
<style>
span { border-color: #FFC708; }
span { border-color: rgb(255,199,8); }
td.TdClassName
{
border-color: #FFC708;
}
.TagClassName
{
border-color: #FFC708;
}
</style>