Shades of Tangerine Yellow #FFCF10
Tints of Tangerine Yellow #FFCF10
RGB
CMYK
RGB Variations
Color information
#FFCF10 (or 0xFFCF10) is known color: Tangerine Yellow. HEX triplet: FF, CF and 10. RGB value is (255,207,16). Sum of RGB (Red+Green+Blue) = 255+207+16=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 16 (6.64% from 255 or 3.35% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCF10 is #0030EF. Grayscale: #C8C8C8. Windows color (decimal): -12528 or 1101823. OLE color: 1101823.
HSL color Cylindrical-coordinate representation of color #FFCF10: hue angle of 47.95º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFCF10 is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 16 | - |
| CMYK | 0 | 0.19 | 0.94 | 0 |
| HSL | 47.95º | 1% | 0.53% | - |
| HSV(B) | 47.95º | 0.94% | 1% | - |
| XYZ | 63.65 | 65.92 | 9.86 | - |
| YUV | 199.58 | 24.4 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 16 | 0 | 0.19 | 0.94 | 0 | 47.95 | 1 | 0.53 |
| Hex | FF | CF | 10 | 0 | 13 | 5E | 0 | 30 | 64 | 35 |
| Octal | 377 | 317 | 20 | 0 | 23 | 136 | 0 | 60 | 144 | 65 |
| Binary | 11111111 | 11001111 | 10000 | 0 | 10011 | 1011110 | 0 | 110000 | 1100100 | 110101 |
Color Harmonies of #FFCF10
Complementary color
Monochromatic Colors of #FFCF10
Black with #FFCF10
Text Example
Text Example
White with #FFCF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF10; }
p { color: rgb(255,207,16); }
H1.HeaderClassName
{
color: #FFCF10;
}
.AnyTagClassName
{
color: #FFCF10;
}
</style>
background-color css
<style>
a { background-color: #FFCF10; }
a { background-color: rgb(255,207,16); }
div.DivClassName
{
background-color: #FFCF10;
}
.BgClassName
{
background-color: #FFCF10;
}
</style>
border-color css
<style>
span { border-color: #FFCF10; }
span { border-color: rgb(255,207,16); }
td.TdClassName
{
border-color: #FFCF10;
}
.TagClassName
{
border-color: #FFCF10;
}
</style>