Shades of Tangerine Yellow #F8CA08
Tints of Tangerine Yellow #F8CA08
RGB
CMYK
RGB Variations
Color information
#F8CA08 (or 0xF8CA08) is known color: Tangerine Yellow. HEX triplet: F8, CA and 08. RGB value is (248,202,8). Sum of RGB (Red+Green+Blue) = 248+202+8=458 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.15% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 8 (3.52% from 255 or 1.75% from 458); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CA08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8CA08 is #0735F7. Grayscale: #C2C2C2. Windows color (decimal): -472568 or 576248. OLE color: 576248.
HSL color Cylindrical-coordinate representation of color #F8CA08: hue angle of 48.5º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F8CA08 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 202 | 8 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.03 |
| HSL | 48.5º | 0.94% | 0.5% | - |
| HSV(B) | 48.5º | 0.97% | 0.97% | - |
| XYZ | 59.88 | 62.22 | 9.08 | - |
| YUV | 193.64 | 23.24 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 202 | 8 | 0 | 0.19 | 0.97 | 0.03 | 48.5 | 0.94 | 0.5 |
| Hex | F8 | CA | 8 | 0 | 13 | 61 | 3 | 30 | 5E | 32 |
| Octal | 370 | 312 | 10 | 0 | 23 | 141 | 3 | 60 | 136 | 62 |
| Binary | 11111000 | 11001010 | 1000 | 0 | 10011 | 1100001 | 11 | 110000 | 1011110 | 110010 |
Color Harmonies of #F8CA08
Complementary color
Monochromatic Colors of #F8CA08
Black with #F8CA08
Text Example
Text Example
White with #F8CA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CA08; }
p { color: rgb(248,202,8); }
H1.HeaderClassName
{
color: #F8CA08;
}
.AnyTagClassName
{
color: #F8CA08;
}
</style>
background-color css
<style>
a { background-color: #F8CA08; }
a { background-color: rgb(248,202,8); }
div.DivClassName
{
background-color: #F8CA08;
}
.BgClassName
{
background-color: #F8CA08;
}
</style>
border-color css
<style>
span { border-color: #F8CA08; }
span { border-color: rgb(248,202,8); }
td.TdClassName
{
border-color: #F8CA08;
}
.TagClassName
{
border-color: #F8CA08;
}
</style>