Shades of Tangerine Yellow #FFC70F
Tints of Tangerine Yellow #FFC70F
RGB
CMYK
RGB Variations
Color information
#FFC70F (or 0xFFC70F) is known color: Tangerine Yellow. HEX triplet: FF, C7 and 0F. RGB value is (255,199,15). Sum of RGB (Red+Green+Blue) = 255+199+15=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 199 (78.12% from 255 or 42.43% from 469); Blue value is 15 (6.25% from 255 or 3.20% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC70F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC70F is #0038F0. Grayscale: #C3C3C3. Windows color (decimal): -14577 or 1034239. OLE color: 1034239.
HSL color Cylindrical-coordinate representation of color #FFC70F: hue angle of 46º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFC70F is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 15 | - |
| CMYK | 0 | 0.22 | 0.94 | 0 |
| HSL | 46º | 1% | 0.53% | - |
| HSV(B) | 46º | 0.94% | 1% | - |
| XYZ | 61.75 | 62.14 | 9.19 | - |
| YUV | 194.77 | 26.55 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 15 | 0 | 0.22 | 0.94 | 0 | 46 | 1 | 0.53 |
| Hex | FF | C7 | F | 0 | 16 | 5E | 0 | 2E | 64 | 35 |
| Octal | 377 | 307 | 17 | 0 | 26 | 136 | 0 | 56 | 144 | 65 |
| Binary | 11111111 | 11000111 | 1111 | 0 | 10110 | 1011110 | 0 | 101110 | 1100100 | 110101 |
Color Harmonies of #FFC70F
Complementary color
Monochromatic Colors of #FFC70F
Black with #FFC70F
Text Example
Text Example
White with #FFC70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC70F; }
p { color: rgb(255,199,15); }
H1.HeaderClassName
{
color: #FFC70F;
}
.AnyTagClassName
{
color: #FFC70F;
}
</style>
background-color css
<style>
a { background-color: #FFC70F; }
a { background-color: rgb(255,199,15); }
div.DivClassName
{
background-color: #FFC70F;
}
.BgClassName
{
background-color: #FFC70F;
}
</style>
border-color css
<style>
span { border-color: #FFC70F; }
span { border-color: rgb(255,199,15); }
td.TdClassName
{
border-color: #FFC70F;
}
.TagClassName
{
border-color: #FFC70F;
}
</style>