Shades of Tangerine Yellow #F7CF07
Tints of Tangerine Yellow #F7CF07
RGB
CMYK
RGB Variations
Color information
#F7CF07 (or 0xF7CF07) is known color: Tangerine Yellow. HEX triplet: F7, CF and 07. RGB value is (247,207,7). Sum of RGB (Red+Green+Blue) = 247+207+7=461 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.58% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 7 (3.12% from 255 or 1.52% from 461); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CF07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7CF07 is #0830F8. Grayscale: #C5C5C5. Windows color (decimal): -536825 or 511991. OLE color: 511991.
HSL color Cylindrical-coordinate representation of color #F7CF07: hue angle of 50º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F7CF07 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 207 | 7 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.03 |
| HSL | 50º | 0.94% | 0.5% | - |
| HSV(B) | 50º | 0.97% | 0.97% | - |
| XYZ | 60.71 | 64.42 | 9.43 | - |
| YUV | 196.16 | 21.25 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 207 | 7 | 0 | 0.16 | 0.97 | 0.03 | 50 | 0.94 | 0.5 |
| Hex | F7 | CF | 7 | 0 | 10 | 61 | 3 | 32 | 5E | 32 |
| Octal | 367 | 317 | 7 | 0 | 20 | 141 | 3 | 62 | 136 | 62 |
| Binary | 11110111 | 11001111 | 111 | 0 | 10000 | 1100001 | 11 | 110010 | 1011110 | 110010 |
Color Harmonies of #F7CF07
Complementary color
Monochromatic Colors of #F7CF07
Black with #F7CF07
Text Example
Text Example
White with #F7CF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CF07; }
p { color: rgb(247,207,7); }
H1.HeaderClassName
{
color: #F7CF07;
}
.AnyTagClassName
{
color: #F7CF07;
}
</style>
background-color css
<style>
a { background-color: #F7CF07; }
a { background-color: rgb(247,207,7); }
div.DivClassName
{
background-color: #F7CF07;
}
.BgClassName
{
background-color: #F7CF07;
}
</style>
border-color css
<style>
span { border-color: #F7CF07; }
span { border-color: rgb(247,207,7); }
td.TdClassName
{
border-color: #F7CF07;
}
.TagClassName
{
border-color: #F7CF07;
}
</style>