Shades of Tangerine Yellow #F0CE0D
Tints of Tangerine Yellow #F0CE0D
RGB
CMYK
RGB Variations
Color information
#F0CE0D (or 0xF0CE0D) is known color: Tangerine Yellow. HEX triplet: F0, CE and 0D. RGB value is (240,206,13). Sum of RGB (Red+Green+Blue) = 240+206+13=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 13 (5.47% from 255 or 2.83% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CE0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CE0D is #0F31F2. Grayscale: #C2C2C2. Windows color (decimal): -995827 or 904944. OLE color: 904944.
HSL color Cylindrical-coordinate representation of color #F0CE0D: hue angle of 51.01º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0CE0D is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 13 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.06 |
| HSL | 51.01º | 0.9% | 0.5% | - |
| HSV(B) | 51.01º | 0.95% | 0.94% | - |
| XYZ | 58.08 | 62.7 | 9.42 | - |
| YUV | 194.16 | 25.76 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 13 | 0 | 0.14 | 0.95 | 0.06 | 51.01 | 0.9 | 0.5 |
| Hex | F0 | CE | D | 0 | E | 5F | 6 | 33 | 5A | 32 |
| Octal | 360 | 316 | 15 | 0 | 16 | 137 | 6 | 63 | 132 | 62 |
| Binary | 11110000 | 11001110 | 1101 | 0 | 1110 | 1011111 | 110 | 110011 | 1011010 | 110010 |
Color Harmonies of #F0CE0D
Complementary color
Monochromatic Colors of #F0CE0D
Black with #F0CE0D
Text Example
Text Example
White with #F0CE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CE0D; }
p { color: rgb(240,206,13); }
H1.HeaderClassName
{
color: #F0CE0D;
}
.AnyTagClassName
{
color: #F0CE0D;
}
</style>
background-color css
<style>
a { background-color: #F0CE0D; }
a { background-color: rgb(240,206,13); }
div.DivClassName
{
background-color: #F0CE0D;
}
.BgClassName
{
background-color: #F0CE0D;
}
</style>
border-color css
<style>
span { border-color: #F0CE0D; }
span { border-color: rgb(240,206,13); }
td.TdClassName
{
border-color: #F0CE0D;
}
.TagClassName
{
border-color: #F0CE0D;
}
</style>