Shades of Tangerine Yellow #F6CB05
Tints of Tangerine Yellow #F6CB05
RGB
CMYK
RGB Variations
Color information
#F6CB05 (or 0xF6CB05) is known color: Tangerine Yellow. HEX triplet: F6, CB and 05. RGB value is (246,203,5). Sum of RGB (Red+Green+Blue) = 246+203+5=454 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.19% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 5 (2.34% from 255 or 1.10% from 454); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CB05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6CB05 is #0934FA. Grayscale: #C2C2C2. Windows color (decimal): -603387 or 379894. OLE color: 379894.
HSL color Cylindrical-coordinate representation of color #F6CB05: hue angle of 49.29º 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 #F6CB05 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 203 | 5 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.04 |
| HSL | 49.29º | 0.96% | 0.49% | - |
| HSV(B) | 49.29º | 0.98% | 0.96% | - |
| XYZ | 59.39 | 62.32 | 9.04 | - |
| YUV | 193.29 | 21.75 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 203 | 5 | 0 | 0.17 | 0.98 | 0.04 | 49.29 | 0.96 | 0.49 |
| Hex | F6 | CB | 5 | 0 | 11 | 62 | 4 | 31 | 60 | 31 |
| Octal | 366 | 313 | 5 | 0 | 21 | 142 | 4 | 61 | 140 | 61 |
| Binary | 11110110 | 11001011 | 101 | 0 | 10001 | 1100010 | 100 | 110001 | 1100000 | 110001 |
Color Harmonies of #F6CB05
Complementary color
Monochromatic Colors of #F6CB05
Black with #F6CB05
Text Example
Text Example
White with #F6CB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CB05; }
p { color: rgb(246,203,5); }
H1.HeaderClassName
{
color: #F6CB05;
}
.AnyTagClassName
{
color: #F6CB05;
}
</style>
background-color css
<style>
a { background-color: #F6CB05; }
a { background-color: rgb(246,203,5); }
div.DivClassName
{
background-color: #F6CB05;
}
.BgClassName
{
background-color: #F6CB05;
}
</style>
border-color css
<style>
span { border-color: #F6CB05; }
span { border-color: rgb(246,203,5); }
td.TdClassName
{
border-color: #F6CB05;
}
.TagClassName
{
border-color: #F6CB05;
}
</style>