Shades of Tangerine Yellow #FFC70C
Tints of Tangerine Yellow #FFC70C
RGB
CMYK
RGB Variations
Color information
#FFC70C (or 0xFFC70C) is known color: Tangerine Yellow. HEX triplet: FF, C7 and 0C. RGB value is (255,199,12). Sum of RGB (Red+Green+Blue) = 255+199+12=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 12 (5.08% from 255 or 2.58% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC70C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC70C is #0038F3. Grayscale: #C3C3C3. Windows color (decimal): -14580 or 837631. OLE color: 837631.
HSL color Cylindrical-coordinate representation of color #FFC70C: hue angle of 46.17º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFC70C is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 12 | - |
| CMYK | 0 | 0.22 | 0.95 | 0 |
| HSL | 46.17º | 1% | 0.52% | - |
| HSV(B) | 46.17º | 0.95% | 1% | - |
| XYZ | 61.73 | 62.13 | 9.09 | - |
| YUV | 194.43 | 25.05 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 12 | 0 | 0.22 | 0.95 | 0 | 46.17 | 1 | 0.52 |
| Hex | FF | C7 | C | 0 | 16 | 5F | 0 | 2E | 64 | 34 |
| Octal | 377 | 307 | 14 | 0 | 26 | 137 | 0 | 56 | 144 | 64 |
| Binary | 11111111 | 11000111 | 1100 | 0 | 10110 | 1011111 | 0 | 101110 | 1100100 | 110100 |
Color Harmonies of #FFC70C
Complementary color
Monochromatic Colors of #FFC70C
Black with #FFC70C
Text Example
Text Example
White with #FFC70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC70C; }
p { color: rgb(255,199,12); }
H1.HeaderClassName
{
color: #FFC70C;
}
.AnyTagClassName
{
color: #FFC70C;
}
</style>
background-color css
<style>
a { background-color: #FFC70C; }
a { background-color: rgb(255,199,12); }
div.DivClassName
{
background-color: #FFC70C;
}
.BgClassName
{
background-color: #FFC70C;
}
</style>
border-color css
<style>
span { border-color: #FFC70C; }
span { border-color: rgb(255,199,12); }
td.TdClassName
{
border-color: #FFC70C;
}
.TagClassName
{
border-color: #FFC70C;
}
</style>