Shades of Tangerine Yellow #F4CA08
Tints of Tangerine Yellow #F4CA08
RGB
CMYK
RGB Variations
Color information
#F4CA08 (or 0xF4CA08) is known color: Tangerine Yellow. HEX triplet: F4, CA and 08. RGB value is (244,202,8). Sum of RGB (Red+Green+Blue) = 244+202+8=454 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.74% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 8 (3.52% from 255 or 1.76% from 454); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CA08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4CA08 is #0B35F7. Grayscale: #C1C1C1. Windows color (decimal): -734712 or 576244. OLE color: 576244.
HSL color Cylindrical-coordinate representation of color #F4CA08: hue angle of 49.32º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F4CA08 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 202 | 8 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.04 |
| HSL | 49.32º | 0.94% | 0.49% | - |
| HSV(B) | 49.32º | 0.97% | 0.96% | - |
| XYZ | 58.47 | 61.49 | 9.02 | - |
| YUV | 192.44 | 23.91 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 202 | 8 | 0 | 0.17 | 0.97 | 0.04 | 49.32 | 0.94 | 0.49 |
| Hex | F4 | CA | 8 | 0 | 11 | 61 | 4 | 31 | 5E | 31 |
| Octal | 364 | 312 | 10 | 0 | 21 | 141 | 4 | 61 | 136 | 61 |
| Binary | 11110100 | 11001010 | 1000 | 0 | 10001 | 1100001 | 100 | 110001 | 1011110 | 110001 |
Color Harmonies of #F4CA08
Complementary color
Monochromatic Colors of #F4CA08
Black with #F4CA08
Text Example
Text Example
White with #F4CA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CA08; }
p { color: rgb(244,202,8); }
H1.HeaderClassName
{
color: #F4CA08;
}
.AnyTagClassName
{
color: #F4CA08;
}
</style>
background-color css
<style>
a { background-color: #F4CA08; }
a { background-color: rgb(244,202,8); }
div.DivClassName
{
background-color: #F4CA08;
}
.BgClassName
{
background-color: #F4CA08;
}
</style>
border-color css
<style>
span { border-color: #F4CA08; }
span { border-color: rgb(244,202,8); }
td.TdClassName
{
border-color: #F4CA08;
}
.TagClassName
{
border-color: #F4CA08;
}
</style>