Shades of Tangerine Yellow #F0CA08
Tints of Tangerine Yellow #F0CA08
RGB
CMYK
RGB Variations
Color information
#F0CA08 (or 0xF0CA08) is known color: Tangerine Yellow. HEX triplet: F0, CA and 08. RGB value is (240,202,8). Sum of RGB (Red+Green+Blue) = 240+202+8=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 8 (3.52% from 255 or 1.78% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CA08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CA08 is #0F35F7. Grayscale: #C0C0C0. Windows color (decimal): -996856 or 576240. OLE color: 576240.
HSL color Cylindrical-coordinate representation of color #F0CA08: hue angle of 50.17º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0CA08 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 202 | 8 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.06 |
| HSL | 50.17º | 0.94% | 0.49% | - |
| HSV(B) | 50.17º | 0.97% | 0.94% | - |
| XYZ | 57.1 | 60.78 | 8.95 | - |
| YUV | 191.25 | 24.59 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 202 | 8 | 0 | 0.16 | 0.97 | 0.06 | 50.17 | 0.94 | 0.49 |
| Hex | F0 | CA | 8 | 0 | 10 | 61 | 6 | 32 | 5E | 31 |
| Octal | 360 | 312 | 10 | 0 | 20 | 141 | 6 | 62 | 136 | 61 |
| Binary | 11110000 | 11001010 | 1000 | 0 | 10000 | 1100001 | 110 | 110010 | 1011110 | 110001 |
Color Harmonies of #F0CA08
Complementary color
Monochromatic Colors of #F0CA08
Black with #F0CA08
Text Example
Text Example
White with #F0CA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CA08; }
p { color: rgb(240,202,8); }
H1.HeaderClassName
{
color: #F0CA08;
}
.AnyTagClassName
{
color: #F0CA08;
}
</style>
background-color css
<style>
a { background-color: #F0CA08; }
a { background-color: rgb(240,202,8); }
div.DivClassName
{
background-color: #F0CA08;
}
.BgClassName
{
background-color: #F0CA08;
}
</style>
border-color css
<style>
span { border-color: #F0CA08; }
span { border-color: rgb(240,202,8); }
td.TdClassName
{
border-color: #F0CA08;
}
.TagClassName
{
border-color: #F0CA08;
}
</style>