Shades of Tangerine Yellow #F5CE05
Tints of Tangerine Yellow #F5CE05
RGB
CMYK
RGB Variations
Color information
#F5CE05 (or 0xF5CE05) is known color: Tangerine Yellow. HEX triplet: F5, CE and 05. RGB value is (245,206,5). Sum of RGB (Red+Green+Blue) = 245+206+5=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 5 (2.34% from 255 or 1.10% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CE05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5CE05 is #0A31FA. Grayscale: #C3C3C3. Windows color (decimal): -668155 or 380661. OLE color: 380661.
HSL color Cylindrical-coordinate representation of color #F5CE05: hue angle of 50.25º 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 #F5CE05 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 206 | 5 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.04 |
| HSL | 50.25º | 0.96% | 0.49% | - |
| HSV(B) | 50.25º | 0.98% | 0.96% | - |
| XYZ | 59.75 | 63.57 | 9.26 | - |
| YUV | 194.75 | 20.92 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 206 | 5 | 0 | 0.16 | 0.98 | 0.04 | 50.25 | 0.96 | 0.49 |
| Hex | F5 | CE | 5 | 0 | 10 | 62 | 4 | 32 | 60 | 31 |
| Octal | 365 | 316 | 5 | 0 | 20 | 142 | 4 | 62 | 140 | 61 |
| Binary | 11110101 | 11001110 | 101 | 0 | 10000 | 1100010 | 100 | 110010 | 1100000 | 110001 |
Color Harmonies of #F5CE05
Complementary color
Monochromatic Colors of #F5CE05
Black with #F5CE05
Text Example
Text Example
White with #F5CE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CE05; }
p { color: rgb(245,206,5); }
H1.HeaderClassName
{
color: #F5CE05;
}
.AnyTagClassName
{
color: #F5CE05;
}
</style>
background-color css
<style>
a { background-color: #F5CE05; }
a { background-color: rgb(245,206,5); }
div.DivClassName
{
background-color: #F5CE05;
}
.BgClassName
{
background-color: #F5CE05;
}
</style>
border-color css
<style>
span { border-color: #F5CE05; }
span { border-color: rgb(245,206,5); }
td.TdClassName
{
border-color: #F5CE05;
}
.TagClassName
{
border-color: #F5CE05;
}
</style>