Shades of Tangerine Yellow #FFCF0E
Tints of Tangerine Yellow #FFCF0E
RGB
CMYK
RGB Variations
Color information
#FFCF0E (or 0xFFCF0E) is known color: Tangerine Yellow. HEX triplet: FF, CF and 0E. RGB value is (255,207,14). Sum of RGB (Red+Green+Blue) = 255+207+14=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 14 (5.86% from 255 or 2.94% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCF0E is #0030F1. Grayscale: #C8C8C8. Windows color (decimal): -12530 or 970751. OLE color: 970751.
HSL color Cylindrical-coordinate representation of color #FFCF0E: hue angle of 48.05º 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 #FFCF0E is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 14 | - |
| CMYK | 0 | 0.19 | 0.95 | 0 |
| HSL | 48.05º | 1% | 0.53% | - |
| HSV(B) | 48.05º | 0.95% | 1% | - |
| XYZ | 63.63 | 65.92 | 9.79 | - |
| YUV | 199.35 | 23.4 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 14 | 0 | 0.19 | 0.95 | 0 | 48.05 | 1 | 0.53 |
| Hex | FF | CF | E | 0 | 13 | 5F | 0 | 30 | 64 | 35 |
| Octal | 377 | 317 | 16 | 0 | 23 | 137 | 0 | 60 | 144 | 65 |
| Binary | 11111111 | 11001111 | 1110 | 0 | 10011 | 1011111 | 0 | 110000 | 1100100 | 110101 |
Color Harmonies of #FFCF0E
Complementary color
Monochromatic Colors of #FFCF0E
Black with #FFCF0E
Text Example
Text Example
White with #FFCF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF0E; }
p { color: rgb(255,207,14); }
H1.HeaderClassName
{
color: #FFCF0E;
}
.AnyTagClassName
{
color: #FFCF0E;
}
</style>
background-color css
<style>
a { background-color: #FFCF0E; }
a { background-color: rgb(255,207,14); }
div.DivClassName
{
background-color: #FFCF0E;
}
.BgClassName
{
background-color: #FFCF0E;
}
</style>
border-color css
<style>
span { border-color: #FFCF0E; }
span { border-color: rgb(255,207,14); }
td.TdClassName
{
border-color: #FFCF0E;
}
.TagClassName
{
border-color: #FFCF0E;
}
</style>