Shades of Tangerine Yellow #FFCF0F
Tints of Tangerine Yellow #FFCF0F
RGB
CMYK
RGB Variations
Color information
#FFCF0F (or 0xFFCF0F) is known color: Tangerine Yellow. HEX triplet: FF, CF and 0F. RGB value is (255,207,15). Sum of RGB (Red+Green+Blue) = 255+207+15=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 15 (6.25% from 255 or 3.14% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCF0F is #0030F0. Grayscale: #C8C8C8. Windows color (decimal): -12529 or 1036287. OLE color: 1036287.
HSL color Cylindrical-coordinate representation of color #FFCF0F: hue angle of 48º 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 #FFCF0F is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 15 | - |
| CMYK | 0 | 0.19 | 0.94 | 0 |
| HSL | 48º | 1% | 0.53% | - |
| HSV(B) | 48º | 0.94% | 1% | - |
| XYZ | 63.64 | 65.92 | 9.82 | - |
| YUV | 199.46 | 23.9 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 15 | 0 | 0.19 | 0.94 | 0 | 48 | 1 | 0.53 |
| Hex | FF | CF | F | 0 | 13 | 5E | 0 | 30 | 64 | 35 |
| Octal | 377 | 317 | 17 | 0 | 23 | 136 | 0 | 60 | 144 | 65 |
| Binary | 11111111 | 11001111 | 1111 | 0 | 10011 | 1011110 | 0 | 110000 | 1100100 | 110101 |
Color Harmonies of #FFCF0F
Complementary color
Monochromatic Colors of #FFCF0F
Black with #FFCF0F
Text Example
Text Example
White with #FFCF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF0F; }
p { color: rgb(255,207,15); }
H1.HeaderClassName
{
color: #FFCF0F;
}
.AnyTagClassName
{
color: #FFCF0F;
}
</style>
background-color css
<style>
a { background-color: #FFCF0F; }
a { background-color: rgb(255,207,15); }
div.DivClassName
{
background-color: #FFCF0F;
}
.BgClassName
{
background-color: #FFCF0F;
}
</style>
border-color css
<style>
span { border-color: #FFCF0F; }
span { border-color: rgb(255,207,15); }
td.TdClassName
{
border-color: #FFCF0F;
}
.TagClassName
{
border-color: #FFCF0F;
}
</style>