Shades of Tangerine Yellow #FFCF06
Tints of Tangerine Yellow #FFCF06
RGB
CMYK
RGB Variations
Color information
#FFCF06 (or 0xFFCF06) is known color: Tangerine Yellow. HEX triplet: FF, CF and 06. RGB value is (255,207,6). Sum of RGB (Red+Green+Blue) = 255+207+6=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 6 (2.73% from 255 or 1.28% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCF06 is #0030F9. Grayscale: #C7C7C7. Windows color (decimal): -12538 or 446463. OLE color: 446463.
HSL color Cylindrical-coordinate representation of color #FFCF06: hue angle of 48.43º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFCF06 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 6 | - |
| CMYK | 0 | 0.19 | 0.98 | 0 |
| HSL | 48.43º | 1% | 0.51% | - |
| HSV(B) | 48.43º | 0.98% | 1% | - |
| XYZ | 63.59 | 65.9 | 9.54 | - |
| YUV | 198.44 | 19.4 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 6 | 0 | 0.19 | 0.98 | 0 | 48.43 | 1 | 0.51 |
| Hex | FF | CF | 6 | 0 | 13 | 62 | 0 | 30 | 64 | 33 |
| Octal | 377 | 317 | 6 | 0 | 23 | 142 | 0 | 60 | 144 | 63 |
| Binary | 11111111 | 11001111 | 110 | 0 | 10011 | 1100010 | 0 | 110000 | 1100100 | 110011 |
Color Harmonies of #FFCF06
Complementary color
Monochromatic Colors of #FFCF06
Black with #FFCF06
Text Example
Text Example
White with #FFCF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF06; }
p { color: rgb(255,207,6); }
H1.HeaderClassName
{
color: #FFCF06;
}
.AnyTagClassName
{
color: #FFCF06;
}
</style>
background-color css
<style>
a { background-color: #FFCF06; }
a { background-color: rgb(255,207,6); }
div.DivClassName
{
background-color: #FFCF06;
}
.BgClassName
{
background-color: #FFCF06;
}
</style>
border-color css
<style>
span { border-color: #FFCF06; }
span { border-color: rgb(255,207,6); }
td.TdClassName
{
border-color: #FFCF06;
}
.TagClassName
{
border-color: #FFCF06;
}
</style>