Shades of Tangerine Yellow #FFCF11
Tints of Tangerine Yellow #FFCF11
RGB
CMYK
RGB Variations
Color information
#FFCF11 (or 0xFFCF11) is known color: Tangerine Yellow. HEX triplet: FF, CF and 11. RGB value is (255,207,17). Sum of RGB (Red+Green+Blue) = 255+207+17=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 17 (7.03% from 255 or 3.55% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCF11 is #0030EE. Grayscale: #C8C8C8. Windows color (decimal): -12527 or 1167359. OLE color: 1167359.
HSL color Cylindrical-coordinate representation of color #FFCF11: hue angle of 47.9º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFCF11 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 17 | - |
| CMYK | 0 | 0.19 | 0.93 | 0 |
| HSL | 47.9º | 1% | 0.53% | - |
| HSV(B) | 47.9º | 0.93% | 1% | - |
| XYZ | 63.65 | 65.93 | 9.9 | - |
| YUV | 199.69 | 24.9 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 17 | 0 | 0.19 | 0.93 | 0 | 47.9 | 1 | 0.53 |
| Hex | FF | CF | 11 | 0 | 13 | 5D | 0 | 30 | 64 | 35 |
| Octal | 377 | 317 | 21 | 0 | 23 | 135 | 0 | 60 | 144 | 65 |
| Binary | 11111111 | 11001111 | 10001 | 0 | 10011 | 1011101 | 0 | 110000 | 1100100 | 110101 |
Color Harmonies of #FFCF11
Complementary color
Monochromatic Colors of #FFCF11
Black with #FFCF11
Text Example
Text Example
White with #FFCF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF11; }
p { color: rgb(255,207,17); }
H1.HeaderClassName
{
color: #FFCF11;
}
.AnyTagClassName
{
color: #FFCF11;
}
</style>
background-color css
<style>
a { background-color: #FFCF11; }
a { background-color: rgb(255,207,17); }
div.DivClassName
{
background-color: #FFCF11;
}
.BgClassName
{
background-color: #FFCF11;
}
</style>
border-color css
<style>
span { border-color: #FFCF11; }
span { border-color: rgb(255,207,17); }
td.TdClassName
{
border-color: #FFCF11;
}
.TagClassName
{
border-color: #FFCF11;
}
</style>