Shades of Tangerine Yellow #FFCF08
Tints of Tangerine Yellow #FFCF08
RGB
CMYK
RGB Variations
Color information
#FFCF08 (or 0xFFCF08) is known color: Tangerine Yellow. HEX triplet: FF, CF and 08. RGB value is (255,207,8). Sum of RGB (Red+Green+Blue) = 255+207+8=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 8 (3.52% from 255 or 1.70% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCF08 is #0030F7. Grayscale: #C7C7C7. Windows color (decimal): -12536 or 577535. OLE color: 577535.
HSL color Cylindrical-coordinate representation of color #FFCF08: hue angle of 48.34º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFCF08 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 8 | - |
| CMYK | 0 | 0.19 | 0.97 | 0 |
| HSL | 48.34º | 1% | 0.52% | - |
| HSV(B) | 48.34º | 0.97% | 1% | - |
| XYZ | 63.6 | 65.9 | 9.6 | - |
| YUV | 198.67 | 20.4 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 8 | 0 | 0.19 | 0.97 | 0 | 48.34 | 1 | 0.52 |
| Hex | FF | CF | 8 | 0 | 13 | 61 | 0 | 30 | 64 | 34 |
| Octal | 377 | 317 | 10 | 0 | 23 | 141 | 0 | 60 | 144 | 64 |
| Binary | 11111111 | 11001111 | 1000 | 0 | 10011 | 1100001 | 0 | 110000 | 1100100 | 110100 |
Color Harmonies of #FFCF08
Complementary color
Monochromatic Colors of #FFCF08
Black with #FFCF08
Text Example
Text Example
White with #FFCF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF08; }
p { color: rgb(255,207,8); }
H1.HeaderClassName
{
color: #FFCF08;
}
.AnyTagClassName
{
color: #FFCF08;
}
</style>
background-color css
<style>
a { background-color: #FFCF08; }
a { background-color: rgb(255,207,8); }
div.DivClassName
{
background-color: #FFCF08;
}
.BgClassName
{
background-color: #FFCF08;
}
</style>
border-color css
<style>
span { border-color: #FFCF08; }
span { border-color: rgb(255,207,8); }
td.TdClassName
{
border-color: #FFCF08;
}
.TagClassName
{
border-color: #FFCF08;
}
</style>