Shades of Tangerine Yellow #FFCF05
Tints of Tangerine Yellow #FFCF05
RGB
CMYK
RGB Variations
Color information
#FFCF05 (or 0xFFCF05) is known color: Tangerine Yellow. HEX triplet: FF, CF and 05. RGB value is (255,207,5). Sum of RGB (Red+Green+Blue) = 255+207+5=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 5 (2.34% from 255 or 1.07% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCF05 is #0030FA. Grayscale: #C7C7C7. Windows color (decimal): -12539 or 380927. OLE color: 380927.
HSL color Cylindrical-coordinate representation of color #FFCF05: hue angle of 48.48º 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 #FFCF05 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 5 | - |
| CMYK | 0 | 0.19 | 0.98 | 0 |
| HSL | 48.48º | 1% | 0.51% | - |
| HSV(B) | 48.48º | 0.98% | 1% | - |
| XYZ | 63.58 | 65.9 | 9.51 | - |
| YUV | 198.32 | 18.9 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 5 | 0 | 0.19 | 0.98 | 0 | 48.48 | 1 | 0.51 |
| Hex | FF | CF | 5 | 0 | 13 | 62 | 0 | 30 | 64 | 33 |
| Octal | 377 | 317 | 5 | 0 | 23 | 142 | 0 | 60 | 144 | 63 |
| Binary | 11111111 | 11001111 | 101 | 0 | 10011 | 1100010 | 0 | 110000 | 1100100 | 110011 |
Color Harmonies of #FFCF05
Complementary color
Monochromatic Colors of #FFCF05
Black with #FFCF05
Text Example
Text Example
White with #FFCF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF05; }
p { color: rgb(255,207,5); }
H1.HeaderClassName
{
color: #FFCF05;
}
.AnyTagClassName
{
color: #FFCF05;
}
</style>
background-color css
<style>
a { background-color: #FFCF05; }
a { background-color: rgb(255,207,5); }
div.DivClassName
{
background-color: #FFCF05;
}
.BgClassName
{
background-color: #FFCF05;
}
</style>
border-color css
<style>
span { border-color: #FFCF05; }
span { border-color: rgb(255,207,5); }
td.TdClassName
{
border-color: #FFCF05;
}
.TagClassName
{
border-color: #FFCF05;
}
</style>