Shades of Tangerine Yellow #F0CC0D
Tints of Tangerine Yellow #F0CC0D
RGB
CMYK
RGB Variations
Color information
#F0CC0D (or 0xF0CC0D) is known color: Tangerine Yellow. HEX triplet: F0, CC and 0D. RGB value is (240,204,13). Sum of RGB (Red+Green+Blue) = 240+204+13=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 13 (5.47% from 255 or 2.84% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CC0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CC0D is #0F33F2. Grayscale: #C1C1C1. Windows color (decimal): -996339 or 904432. OLE color: 904432.
HSL color Cylindrical-coordinate representation of color #F0CC0D: hue angle of 50.48º 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 #F0CC0D is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 204 | 13 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.06 |
| HSL | 50.48º | 0.9% | 0.5% | - |
| HSV(B) | 50.48º | 0.95% | 0.94% | - |
| XYZ | 57.6 | 61.74 | 9.26 | - |
| YUV | 192.99 | 26.43 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 13 | 0 | 0.15 | 0.95 | 0.06 | 50.48 | 0.9 | 0.5 |
| Hex | F0 | CC | D | 0 | F | 5F | 6 | 32 | 5A | 32 |
| Octal | 360 | 314 | 15 | 0 | 17 | 137 | 6 | 62 | 132 | 62 |
| Binary | 11110000 | 11001100 | 1101 | 0 | 1111 | 1011111 | 110 | 110010 | 1011010 | 110010 |
Color Harmonies of #F0CC0D
Complementary color
Monochromatic Colors of #F0CC0D
Black with #F0CC0D
Text Example
Text Example
White with #F0CC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CC0D; }
p { color: rgb(240,204,13); }
H1.HeaderClassName
{
color: #F0CC0D;
}
.AnyTagClassName
{
color: #F0CC0D;
}
</style>
background-color css
<style>
a { background-color: #F0CC0D; }
a { background-color: rgb(240,204,13); }
div.DivClassName
{
background-color: #F0CC0D;
}
.BgClassName
{
background-color: #F0CC0D;
}
</style>
border-color css
<style>
span { border-color: #F0CC0D; }
span { border-color: rgb(240,204,13); }
td.TdClassName
{
border-color: #F0CC0D;
}
.TagClassName
{
border-color: #F0CC0D;
}
</style>