Shades of Tangerine Yellow #F5C904
Tints of Tangerine Yellow #F5C904
RGB
CMYK
RGB Variations
Color information
#F5C904 (or 0xF5C904) is known color: Tangerine Yellow. HEX triplet: F5, C9 and 04. RGB value is (245,201,4). Sum of RGB (Red+Green+Blue) = 245+201+4=450 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.44% from 450); Green value is 201 (78.91% from 255 or 44.67% from 450); Blue value is 4 (1.95% from 255 or 0.89% from 450); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C904 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5C904 is #0A36FB. Grayscale: #C0C0C0. Windows color (decimal): -669436 or 313845. OLE color: 313845.
HSL color Cylindrical-coordinate representation of color #F5C904: hue angle of 49.05º 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 #F5C904 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 201 | 4 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.04 |
| HSL | 49.05º | 0.97% | 0.49% | - |
| HSV(B) | 49.05º | 0.98% | 0.96% | - |
| XYZ | 58.56 | 61.19 | 8.84 | - |
| YUV | 191.7 | 22.08 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 201 | 4 | 0 | 0.18 | 0.98 | 0.04 | 49.05 | 0.97 | 0.49 |
| Hex | F5 | C9 | 4 | 0 | 12 | 62 | 4 | 31 | 61 | 31 |
| Octal | 365 | 311 | 4 | 0 | 22 | 142 | 4 | 61 | 141 | 61 |
| Binary | 11110101 | 11001001 | 100 | 0 | 10010 | 1100010 | 100 | 110001 | 1100001 | 110001 |
Color Harmonies of #F5C904
Complementary color
Monochromatic Colors of #F5C904
Black with #F5C904
Text Example
Text Example
White with #F5C904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C904; }
p { color: rgb(245,201,4); }
H1.HeaderClassName
{
color: #F5C904;
}
.AnyTagClassName
{
color: #F5C904;
}
</style>
background-color css
<style>
a { background-color: #F5C904; }
a { background-color: rgb(245,201,4); }
div.DivClassName
{
background-color: #F5C904;
}
.BgClassName
{
background-color: #F5C904;
}
</style>
border-color css
<style>
span { border-color: #F5C904; }
span { border-color: rgb(245,201,4); }
td.TdClassName
{
border-color: #F5C904;
}
.TagClassName
{
border-color: #F5C904;
}
</style>