Shades of Tangerine Yellow #F5CE0F
Tints of Tangerine Yellow #F5CE0F
RGB
CMYK
RGB Variations
Color information
#F5CE0F (or 0xF5CE0F) is known color: Tangerine Yellow. HEX triplet: F5, CE and 0F. RGB value is (245,206,15). Sum of RGB (Red+Green+Blue) = 245+206+15=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 15 (6.25% from 255 or 3.22% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CE0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5CE0F is #0A31F0. Grayscale: #C4C4C4. Windows color (decimal): -668145 or 1036021. OLE color: 1036021.
HSL color Cylindrical-coordinate representation of color #F5CE0F: hue angle of 49.83º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F5CE0F is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 206 | 15 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.04 |
| HSL | 49.83º | 0.92% | 0.51% | - |
| HSV(B) | 49.83º | 0.94% | 0.96% | - |
| XYZ | 59.81 | 63.59 | 9.57 | - |
| YUV | 195.89 | 25.92 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 206 | 15 | 0 | 0.16 | 0.94 | 0.04 | 49.83 | 0.92 | 0.51 |
| Hex | F5 | CE | F | 0 | 10 | 5E | 4 | 32 | 5C | 33 |
| Octal | 365 | 316 | 17 | 0 | 20 | 136 | 4 | 62 | 134 | 63 |
| Binary | 11110101 | 11001110 | 1111 | 0 | 10000 | 1011110 | 100 | 110010 | 1011100 | 110011 |
Color Harmonies of #F5CE0F
Complementary color
Monochromatic Colors of #F5CE0F
Black with #F5CE0F
Text Example
Text Example
White with #F5CE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CE0F; }
p { color: rgb(245,206,15); }
H1.HeaderClassName
{
color: #F5CE0F;
}
.AnyTagClassName
{
color: #F5CE0F;
}
</style>
background-color css
<style>
a { background-color: #F5CE0F; }
a { background-color: rgb(245,206,15); }
div.DivClassName
{
background-color: #F5CE0F;
}
.BgClassName
{
background-color: #F5CE0F;
}
</style>
border-color css
<style>
span { border-color: #F5CE0F; }
span { border-color: rgb(245,206,15); }
td.TdClassName
{
border-color: #F5CE0F;
}
.TagClassName
{
border-color: #F5CE0F;
}
</style>