Shades of Tangerine Yellow #F0CF0C
Tints of Tangerine Yellow #F0CF0C
RGB
CMYK
RGB Variations
Color information
#F0CF0C (or 0xF0CF0C) is known color: Tangerine Yellow. HEX triplet: F0, CF and 0C. RGB value is (240,207,12). Sum of RGB (Red+Green+Blue) = 240+207+12=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 12 (5.08% from 255 or 2.61% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CF0C is #0F30F3. Grayscale: #C3C3C3. Windows color (decimal): -995572 or 839664. OLE color: 839664.
HSL color Cylindrical-coordinate representation of color #F0CF0C: hue angle of 51.32º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0CF0C is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 207 | 12 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.06 |
| HSL | 51.32º | 0.9% | 0.49% | - |
| HSV(B) | 51.32º | 0.95% | 0.94% | - |
| XYZ | 58.31 | 63.18 | 9.47 | - |
| YUV | 194.64 | 24.93 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 207 | 12 | 0 | 0.14 | 0.95 | 0.06 | 51.32 | 0.9 | 0.49 |
| Hex | F0 | CF | C | 0 | E | 5F | 6 | 33 | 5A | 31 |
| Octal | 360 | 317 | 14 | 0 | 16 | 137 | 6 | 63 | 132 | 61 |
| Binary | 11110000 | 11001111 | 1100 | 0 | 1110 | 1011111 | 110 | 110011 | 1011010 | 110001 |
Color Harmonies of #F0CF0C
Complementary color
Monochromatic Colors of #F0CF0C
Black with #F0CF0C
Text Example
Text Example
White with #F0CF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CF0C; }
p { color: rgb(240,207,12); }
H1.HeaderClassName
{
color: #F0CF0C;
}
.AnyTagClassName
{
color: #F0CF0C;
}
</style>
background-color css
<style>
a { background-color: #F0CF0C; }
a { background-color: rgb(240,207,12); }
div.DivClassName
{
background-color: #F0CF0C;
}
.BgClassName
{
background-color: #F0CF0C;
}
</style>
border-color css
<style>
span { border-color: #F0CF0C; }
span { border-color: rgb(240,207,12); }
td.TdClassName
{
border-color: #F0CF0C;
}
.TagClassName
{
border-color: #F0CF0C;
}
</style>