Shades of Tangerine Yellow #F0CD0C
Tints of Tangerine Yellow #F0CD0C
RGB
CMYK
RGB Variations
Color information
#F0CD0C (or 0xF0CD0C) is known color: Tangerine Yellow. HEX triplet: F0, CD and 0C. RGB value is (240,205,12). Sum of RGB (Red+Green+Blue) = 240+205+12=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 12 (5.08% from 255 or 2.63% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CD0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CD0C is #0F32F3. Grayscale: #C2C2C2. Windows color (decimal): -996084 or 839152. OLE color: 839152.
HSL color Cylindrical-coordinate representation of color #F0CD0C: hue angle of 50.79º 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 #F0CD0C is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 205 | 12 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.06 |
| HSL | 50.79º | 0.9% | 0.49% | - |
| HSV(B) | 50.79º | 0.95% | 0.94% | - |
| XYZ | 57.83 | 62.21 | 9.31 | - |
| YUV | 193.46 | 25.6 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 205 | 12 | 0 | 0.15 | 0.95 | 0.06 | 50.79 | 0.9 | 0.49 |
| Hex | F0 | CD | C | 0 | F | 5F | 6 | 33 | 5A | 31 |
| Octal | 360 | 315 | 14 | 0 | 17 | 137 | 6 | 63 | 132 | 61 |
| Binary | 11110000 | 11001101 | 1100 | 0 | 1111 | 1011111 | 110 | 110011 | 1011010 | 110001 |
Color Harmonies of #F0CD0C
Complementary color
Monochromatic Colors of #F0CD0C
Black with #F0CD0C
Text Example
Text Example
White with #F0CD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CD0C; }
p { color: rgb(240,205,12); }
H1.HeaderClassName
{
color: #F0CD0C;
}
.AnyTagClassName
{
color: #F0CD0C;
}
</style>
background-color css
<style>
a { background-color: #F0CD0C; }
a { background-color: rgb(240,205,12); }
div.DivClassName
{
background-color: #F0CD0C;
}
.BgClassName
{
background-color: #F0CD0C;
}
</style>
border-color css
<style>
span { border-color: #F0CD0C; }
span { border-color: rgb(240,205,12); }
td.TdClassName
{
border-color: #F0CD0C;
}
.TagClassName
{
border-color: #F0CD0C;
}
</style>