Shades of Tangerine Yellow #F5C908
Tints of Tangerine Yellow #F5C908
RGB
CMYK
RGB Variations
Color information
#F5C908 (or 0xF5C908) is known color: Tangerine Yellow. HEX triplet: F5, C9 and 08. RGB value is (245,201,8). Sum of RGB (Red+Green+Blue) = 245+201+8=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 201 (78.91% from 255 or 44.27% from 454); Blue value is 8 (3.52% from 255 or 1.76% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C908 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5C908 is #0A36F7. Grayscale: #C0C0C0. Windows color (decimal): -669432 or 575989. OLE color: 575989.
HSL color Cylindrical-coordinate representation of color #F5C908: hue angle of 48.86º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F5C908 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 201 | 8 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.04 |
| HSL | 48.86º | 0.94% | 0.5% | - |
| HSV(B) | 48.86º | 0.97% | 0.96% | - |
| XYZ | 58.59 | 61.2 | 8.96 | - |
| YUV | 192.15 | 24.08 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 201 | 8 | 0 | 0.18 | 0.97 | 0.04 | 48.86 | 0.94 | 0.5 |
| Hex | F5 | C9 | 8 | 0 | 12 | 61 | 4 | 31 | 5E | 32 |
| Octal | 365 | 311 | 10 | 0 | 22 | 141 | 4 | 61 | 136 | 62 |
| Binary | 11110101 | 11001001 | 1000 | 0 | 10010 | 1100001 | 100 | 110001 | 1011110 | 110010 |
Color Harmonies of #F5C908
Complementary color
Monochromatic Colors of #F5C908
Black with #F5C908
Text Example
Text Example
White with #F5C908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C908; }
p { color: rgb(245,201,8); }
H1.HeaderClassName
{
color: #F5C908;
}
.AnyTagClassName
{
color: #F5C908;
}
</style>
background-color css
<style>
a { background-color: #F5C908; }
a { background-color: rgb(245,201,8); }
div.DivClassName
{
background-color: #F5C908;
}
.BgClassName
{
background-color: #F5C908;
}
</style>
border-color css
<style>
span { border-color: #F5C908; }
span { border-color: rgb(245,201,8); }
td.TdClassName
{
border-color: #F5C908;
}
.TagClassName
{
border-color: #F5C908;
}
</style>