Shades of Tangerine Yellow #F8CA05
Tints of Tangerine Yellow #F8CA05
RGB
CMYK
RGB Variations
Color information
#F8CA05 (or 0xF8CA05) is known color: Tangerine Yellow. HEX triplet: F8, CA and 05. RGB value is (248,202,5). Sum of RGB (Red+Green+Blue) = 248+202+5=455 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.51% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 5 (2.34% from 255 or 1.10% from 455); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CA05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8CA05 is #0735FA. Grayscale: #C2C2C2. Windows color (decimal): -472571 or 379640. OLE color: 379640.
HSL color Cylindrical-coordinate representation of color #F8CA05: hue angle of 48.64º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8CA05 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 202 | 5 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.03 |
| HSL | 48.64º | 0.96% | 0.5% | - |
| HSV(B) | 48.64º | 0.98% | 0.97% | - |
| XYZ | 59.86 | 62.21 | 9 | - |
| YUV | 193.3 | 21.74 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 202 | 5 | 0 | 0.19 | 0.98 | 0.03 | 48.64 | 0.96 | 0.5 |
| Hex | F8 | CA | 5 | 0 | 13 | 62 | 3 | 31 | 60 | 32 |
| Octal | 370 | 312 | 5 | 0 | 23 | 142 | 3 | 61 | 140 | 62 |
| Binary | 11111000 | 11001010 | 101 | 0 | 10011 | 1100010 | 11 | 110001 | 1100000 | 110010 |
Color Harmonies of #F8CA05
Complementary color
Monochromatic Colors of #F8CA05
Black with #F8CA05
Text Example
Text Example
White with #F8CA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CA05; }
p { color: rgb(248,202,5); }
H1.HeaderClassName
{
color: #F8CA05;
}
.AnyTagClassName
{
color: #F8CA05;
}
</style>
background-color css
<style>
a { background-color: #F8CA05; }
a { background-color: rgb(248,202,5); }
div.DivClassName
{
background-color: #F8CA05;
}
.BgClassName
{
background-color: #F8CA05;
}
</style>
border-color css
<style>
span { border-color: #F8CA05; }
span { border-color: rgb(248,202,5); }
td.TdClassName
{
border-color: #F8CA05;
}
.TagClassName
{
border-color: #F8CA05;
}
</style>