Shades of Tangerine Yellow #FFCF0D
Tints of Tangerine Yellow #FFCF0D
RGB
CMYK
RGB Variations
Color information
#FFCF0D (or 0xFFCF0D) is known color: Tangerine Yellow. HEX triplet: FF, CF and 0D. RGB value is (255,207,13). Sum of RGB (Red+Green+Blue) = 255+207+13=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 13 (5.47% from 255 or 2.74% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCF0D is #0030F2. Grayscale: #C8C8C8. Windows color (decimal): -12531 or 905215. OLE color: 905215.
HSL color Cylindrical-coordinate representation of color #FFCF0D: hue angle of 48.1º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFCF0D is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 13 | - |
| CMYK | 0 | 0.19 | 0.95 | 0 |
| HSL | 48.1º | 1% | 0.53% | - |
| HSV(B) | 48.1º | 0.95% | 1% | - |
| XYZ | 63.63 | 65.91 | 9.75 | - |
| YUV | 199.24 | 22.9 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 13 | 0 | 0.19 | 0.95 | 0 | 48.1 | 1 | 0.53 |
| Hex | FF | CF | D | 0 | 13 | 5F | 0 | 30 | 64 | 35 |
| Octal | 377 | 317 | 15 | 0 | 23 | 137 | 0 | 60 | 144 | 65 |
| Binary | 11111111 | 11001111 | 1101 | 0 | 10011 | 1011111 | 0 | 110000 | 1100100 | 110101 |
Color Harmonies of #FFCF0D
Complementary color
Monochromatic Colors of #FFCF0D
Black with #FFCF0D
Text Example
Text Example
White with #FFCF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF0D; }
p { color: rgb(255,207,13); }
H1.HeaderClassName
{
color: #FFCF0D;
}
.AnyTagClassName
{
color: #FFCF0D;
}
</style>
background-color css
<style>
a { background-color: #FFCF0D; }
a { background-color: rgb(255,207,13); }
div.DivClassName
{
background-color: #FFCF0D;
}
.BgClassName
{
background-color: #FFCF0D;
}
</style>
border-color css
<style>
span { border-color: #FFCF0D; }
span { border-color: rgb(255,207,13); }
td.TdClassName
{
border-color: #FFCF0D;
}
.TagClassName
{
border-color: #FFCF0D;
}
</style>