Shades of Tangerine Yellow #FFCF00
Tints of Tangerine Yellow #FFCF00
RGB
CMYK
RGB Variations
Color information
#FFCF00 (or 0xFFCF00) is known color: Tangerine Yellow. HEX triplet: FF, CF and 00. RGB value is (255,207,0). Sum of RGB (Red+Green+Blue) = 255+207+0=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 0 (0.39% from 255 or 0% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCF00 is #0030FF. Grayscale: #C6C6C6. Windows color (decimal): -12544 or 53247. OLE color: 53247.
HSL color Cylindrical-coordinate representation of color #FFCF00: hue angle of 48.71º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFCF00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0 |
| HSL | 48.71º | 1% | 0.5% | - |
| HSV(B) | 48.71º | 1% | 1% | - |
| XYZ | 63.55 | 65.89 | 9.37 | - |
| YUV | 197.75 | 16.4 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 0 | 0 | 0.19 | 1 | 0 | 48.71 | 1 | 0.5 |
| Hex | FF | CF | 0 | 0 | 13 | 64 | 0 | 31 | 64 | 32 |
| Octal | 377 | 317 | 0 | 0 | 23 | 144 | 0 | 61 | 144 | 62 |
| Binary | 11111111 | 11001111 | 0 | 0 | 10011 | 1100100 | 0 | 110001 | 1100100 | 110010 |
Color Harmonies of #FFCF00
Complementary color
Monochromatic Colors of #FFCF00
Black with #FFCF00
Text Example
Text Example
White with #FFCF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF00; }
p { color: rgb(255,207,0); }
H1.HeaderClassName
{
color: #FFCF00;
}
.AnyTagClassName
{
color: #FFCF00;
}
</style>
background-color css
<style>
a { background-color: #FFCF00; }
a { background-color: rgb(255,207,0); }
div.DivClassName
{
background-color: #FFCF00;
}
.BgClassName
{
background-color: #FFCF00;
}
</style>
border-color css
<style>
span { border-color: #FFCF00; }
span { border-color: rgb(255,207,0); }
td.TdClassName
{
border-color: #FFCF00;
}
.TagClassName
{
border-color: #FFCF00;
}
</style>