Shades of Tangerine Yellow #F5C902
Tints of Tangerine Yellow #F5C902
RGB
CMYK
RGB Variations
Color information
#F5C902 (or 0xF5C902) is known color: Tangerine Yellow. HEX triplet: F5, C9 and 02. RGB value is (245,201,2). Sum of RGB (Red+Green+Blue) = 245+201+2=448 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.69% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 2 (1.17% from 255 or 0.45% from 448); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C902 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5C902 is #0A36FD. Grayscale: #C0C0C0. Windows color (decimal): -669438 or 182773. OLE color: 182773.
HSL color Cylindrical-coordinate representation of color #F5C902: hue angle of 49.14º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F5C902 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 201 | 2 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.04 |
| HSL | 49.14º | 0.98% | 0.48% | - |
| HSV(B) | 49.14º | 0.99% | 0.96% | - |
| XYZ | 58.55 | 61.19 | 8.78 | - |
| YUV | 191.47 | 21.08 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 201 | 2 | 0 | 0.18 | 0.99 | 0.04 | 49.14 | 0.98 | 0.48 |
| Hex | F5 | C9 | 2 | 0 | 12 | 63 | 4 | 31 | 62 | 30 |
| Octal | 365 | 311 | 2 | 0 | 22 | 143 | 4 | 61 | 142 | 60 |
| Binary | 11110101 | 11001001 | 10 | 0 | 10010 | 1100011 | 100 | 110001 | 1100010 | 110000 |
Color Harmonies of #F5C902
Complementary color
Monochromatic Colors of #F5C902
Black with #F5C902
Text Example
Text Example
White with #F5C902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C902; }
p { color: rgb(245,201,2); }
H1.HeaderClassName
{
color: #F5C902;
}
.AnyTagClassName
{
color: #F5C902;
}
</style>
background-color css
<style>
a { background-color: #F5C902; }
a { background-color: rgb(245,201,2); }
div.DivClassName
{
background-color: #F5C902;
}
.BgClassName
{
background-color: #F5C902;
}
</style>
border-color css
<style>
span { border-color: #F5C902; }
span { border-color: rgb(245,201,2); }
td.TdClassName
{
border-color: #F5C902;
}
.TagClassName
{
border-color: #F5C902;
}
</style>