Shades of Tangerine Yellow #FFCF07
Tints of Tangerine Yellow #FFCF07
RGB
CMYK
RGB Variations
Color information
#FFCF07 (or 0xFFCF07) is known color: Tangerine Yellow. HEX triplet: FF, CF and 07. RGB value is (255,207,7). Sum of RGB (Red+Green+Blue) = 255+207+7=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 7 (3.12% from 255 or 1.49% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCF07 is #0030F8. Grayscale: #C7C7C7. Windows color (decimal): -12537 or 511999. OLE color: 511999.
HSL color Cylindrical-coordinate representation of color #FFCF07: hue angle of 48.39º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFCF07 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 7 | - |
| CMYK | 0 | 0.19 | 0.97 | 0 |
| HSL | 48.39º | 1% | 0.51% | - |
| HSV(B) | 48.39º | 0.97% | 1% | - |
| XYZ | 63.59 | 65.9 | 9.57 | - |
| YUV | 198.55 | 19.9 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 7 | 0 | 0.19 | 0.97 | 0 | 48.39 | 1 | 0.51 |
| Hex | FF | CF | 7 | 0 | 13 | 61 | 0 | 30 | 64 | 33 |
| Octal | 377 | 317 | 7 | 0 | 23 | 141 | 0 | 60 | 144 | 63 |
| Binary | 11111111 | 11001111 | 111 | 0 | 10011 | 1100001 | 0 | 110000 | 1100100 | 110011 |
Color Harmonies of #FFCF07
Complementary color
Monochromatic Colors of #FFCF07
Black with #FFCF07
Text Example
Text Example
White with #FFCF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF07; }
p { color: rgb(255,207,7); }
H1.HeaderClassName
{
color: #FFCF07;
}
.AnyTagClassName
{
color: #FFCF07;
}
</style>
background-color css
<style>
a { background-color: #FFCF07; }
a { background-color: rgb(255,207,7); }
div.DivClassName
{
background-color: #FFCF07;
}
.BgClassName
{
background-color: #FFCF07;
}
</style>
border-color css
<style>
span { border-color: #FFCF07; }
span { border-color: rgb(255,207,7); }
td.TdClassName
{
border-color: #FFCF07;
}
.TagClassName
{
border-color: #FFCF07;
}
</style>