Shades of Tangerine Yellow #F5C905
Tints of Tangerine Yellow #F5C905
RGB
CMYK
RGB Variations
Color information
#F5C905 (or 0xF5C905) is known color: Tangerine Yellow. HEX triplet: F5, C9 and 05. RGB value is (245,201,5). Sum of RGB (Red+Green+Blue) = 245+201+5=451 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.32% from 451); Green value is 201 (78.91% from 255 or 44.57% from 451); Blue value is 5 (2.34% from 255 or 1.11% from 451); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C905 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5C905 is #0A36FA. Grayscale: #C0C0C0. Windows color (decimal): -669435 or 379381. OLE color: 379381.
HSL color Cylindrical-coordinate representation of color #F5C905: hue angle of 49º degrees, saturation: 0.96, 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 #F5C905 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 201 | 5 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.04 |
| HSL | 49º | 0.96% | 0.49% | - |
| HSV(B) | 49º | 0.98% | 0.96% | - |
| XYZ | 58.57 | 61.2 | 8.87 | - |
| YUV | 191.81 | 22.58 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 201 | 5 | 0 | 0.18 | 0.98 | 0.04 | 49 | 0.96 | 0.49 |
| Hex | F5 | C9 | 5 | 0 | 12 | 62 | 4 | 31 | 60 | 31 |
| Octal | 365 | 311 | 5 | 0 | 22 | 142 | 4 | 61 | 140 | 61 |
| Binary | 11110101 | 11001001 | 101 | 0 | 10010 | 1100010 | 100 | 110001 | 1100000 | 110001 |
Color Harmonies of #F5C905
Complementary color
Monochromatic Colors of #F5C905
Black with #F5C905
Text Example
Text Example
White with #F5C905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C905; }
p { color: rgb(245,201,5); }
H1.HeaderClassName
{
color: #F5C905;
}
.AnyTagClassName
{
color: #F5C905;
}
</style>
background-color css
<style>
a { background-color: #F5C905; }
a { background-color: rgb(245,201,5); }
div.DivClassName
{
background-color: #F5C905;
}
.BgClassName
{
background-color: #F5C905;
}
</style>
border-color css
<style>
span { border-color: #F5C905; }
span { border-color: rgb(245,201,5); }
td.TdClassName
{
border-color: #F5C905;
}
.TagClassName
{
border-color: #F5C905;
}
</style>