Shades of Tangerine Yellow #FFC700
Tints of Tangerine Yellow #FFC700
RGB
CMYK
RGB Variations
Color information
#FFC700 (or 0xFFC700) is known color: Tangerine Yellow. HEX triplet: FF, C7 and 00. RGB value is (255,199,0). Sum of RGB (Red+Green+Blue) = 255+199+0=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 199 (78.12% from 255 or 43.83% from 454); Blue value is 0 (0.39% from 255 or 0% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC700 is #0038FF. Grayscale: #C1C1C1. Windows color (decimal): -14592 or 51199. OLE color: 51199.
HSL color Cylindrical-coordinate representation of color #FFC700: hue angle of 46.82º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFC700 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0 |
| HSL | 46.82º | 1% | 0.5% | - |
| HSV(B) | 46.82º | 1% | 1% | - |
| XYZ | 61.66 | 62.11 | 8.74 | - |
| YUV | 193.06 | 19.05 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 0 | 0 | 0.22 | 1 | 0 | 46.82 | 1 | 0.5 |
| Hex | FF | C7 | 0 | 0 | 16 | 64 | 0 | 2F | 64 | 32 |
| Octal | 377 | 307 | 0 | 0 | 26 | 144 | 0 | 57 | 144 | 62 |
| Binary | 11111111 | 11000111 | 0 | 0 | 10110 | 1100100 | 0 | 101111 | 1100100 | 110010 |
Color Harmonies of #FFC700
Complementary color
Monochromatic Colors of #FFC700
Black with #FFC700
Text Example
Text Example
White with #FFC700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC700; }
p { color: rgb(255,199,0); }
H1.HeaderClassName
{
color: #FFC700;
}
.AnyTagClassName
{
color: #FFC700;
}
</style>
background-color css
<style>
a { background-color: #FFC700; }
a { background-color: rgb(255,199,0); }
div.DivClassName
{
background-color: #FFC700;
}
.BgClassName
{
background-color: #FFC700;
}
</style>
border-color css
<style>
span { border-color: #FFC700; }
span { border-color: rgb(255,199,0); }
td.TdClassName
{
border-color: #FFC700;
}
.TagClassName
{
border-color: #FFC700;
}
</style>