Shades of Tangerine Yellow #F6CF0B
Tints of Tangerine Yellow #F6CF0B
RGB
CMYK
RGB Variations
Color information
#F6CF0B (or 0xF6CF0B) is known color: Tangerine Yellow. HEX triplet: F6, CF and 0B. RGB value is (246,207,11). Sum of RGB (Red+Green+Blue) = 246+207+11=464 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.02% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 11 (4.69% from 255 or 2.37% from 464); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CF0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6CF0B is #0930F4. Grayscale: #C5C5C5. Windows color (decimal): -602357 or 774134. OLE color: 774134.
HSL color Cylindrical-coordinate representation of color #F6CF0B: hue angle of 50.04º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F6CF0B is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 207 | 11 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.04 |
| HSL | 50.04º | 0.93% | 0.5% | - |
| HSV(B) | 50.04º | 0.96% | 0.96% | - |
| XYZ | 60.38 | 64.24 | 9.53 | - |
| YUV | 196.32 | 23.42 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 207 | 11 | 0 | 0.16 | 0.96 | 0.04 | 50.04 | 0.93 | 0.5 |
| Hex | F6 | CF | B | 0 | 10 | 60 | 4 | 32 | 5D | 32 |
| Octal | 366 | 317 | 13 | 0 | 20 | 140 | 4 | 62 | 135 | 62 |
| Binary | 11110110 | 11001111 | 1011 | 0 | 10000 | 1100000 | 100 | 110010 | 1011101 | 110010 |
Color Harmonies of #F6CF0B
Complementary color
Monochromatic Colors of #F6CF0B
Black with #F6CF0B
Text Example
Text Example
White with #F6CF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CF0B; }
p { color: rgb(246,207,11); }
H1.HeaderClassName
{
color: #F6CF0B;
}
.AnyTagClassName
{
color: #F6CF0B;
}
</style>
background-color css
<style>
a { background-color: #F6CF0B; }
a { background-color: rgb(246,207,11); }
div.DivClassName
{
background-color: #F6CF0B;
}
.BgClassName
{
background-color: #F6CF0B;
}
</style>
border-color css
<style>
span { border-color: #F6CF0B; }
span { border-color: rgb(246,207,11); }
td.TdClassName
{
border-color: #F6CF0B;
}
.TagClassName
{
border-color: #F6CF0B;
}
</style>