Shades of Tangerine Yellow #F5CF04
Tints of Tangerine Yellow #F5CF04
RGB
CMYK
RGB Variations
Color information
#F5CF04 (or 0xF5CF04) is known color: Tangerine Yellow. HEX triplet: F5, CF and 04. RGB value is (245,207,4). Sum of RGB (Red+Green+Blue) = 245+207+4=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 4 (1.95% from 255 or 0.88% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CF04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5CF04 is #0A30FB. Grayscale: #C4C4C4. Windows color (decimal): -667900 or 315381. OLE color: 315381.
HSL color Cylindrical-coordinate representation of color #F5CF04: hue angle of 50.54º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5CF04 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 207 | 4 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.04 |
| HSL | 50.54º | 0.97% | 0.49% | - |
| HSV(B) | 50.54º | 0.98% | 0.96% | - |
| XYZ | 59.99 | 64.05 | 9.32 | - |
| YUV | 195.22 | 20.09 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 207 | 4 | 0 | 0.16 | 0.98 | 0.04 | 50.54 | 0.97 | 0.49 |
| Hex | F5 | CF | 4 | 0 | 10 | 62 | 4 | 33 | 61 | 31 |
| Octal | 365 | 317 | 4 | 0 | 20 | 142 | 4 | 63 | 141 | 61 |
| Binary | 11110101 | 11001111 | 100 | 0 | 10000 | 1100010 | 100 | 110011 | 1100001 | 110001 |
Color Harmonies of #F5CF04
Complementary color
Monochromatic Colors of #F5CF04
Black with #F5CF04
Text Example
Text Example
White with #F5CF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CF04; }
p { color: rgb(245,207,4); }
H1.HeaderClassName
{
color: #F5CF04;
}
.AnyTagClassName
{
color: #F5CF04;
}
</style>
background-color css
<style>
a { background-color: #F5CF04; }
a { background-color: rgb(245,207,4); }
div.DivClassName
{
background-color: #F5CF04;
}
.BgClassName
{
background-color: #F5CF04;
}
</style>
border-color css
<style>
span { border-color: #F5CF04; }
span { border-color: rgb(245,207,4); }
td.TdClassName
{
border-color: #F5CF04;
}
.TagClassName
{
border-color: #F5CF04;
}
</style>