Shades of Tangerine Yellow #F0CD0B
Tints of Tangerine Yellow #F0CD0B
RGB
CMYK
RGB Variations
Color information
#F0CD0B (or 0xF0CD0B) is known color: Tangerine Yellow. HEX triplet: F0, CD and 0B. RGB value is (240,205,11). Sum of RGB (Red+Green+Blue) = 240+205+11=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 11 (4.69% from 255 or 2.41% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CD0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CD0B is #0F32F4. Grayscale: #C2C2C2. Windows color (decimal): -996085 or 773616. OLE color: 773616.
HSL color Cylindrical-coordinate representation of color #F0CD0B: hue angle of 50.83º degrees, saturation: 0.91, 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 #F0CD0B is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 205 | 11 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.06 |
| HSL | 50.83º | 0.91% | 0.49% | - |
| HSV(B) | 50.83º | 0.95% | 0.94% | - |
| XYZ | 57.83 | 62.21 | 9.28 | - |
| YUV | 193.35 | 25.1 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 205 | 11 | 0 | 0.15 | 0.95 | 0.06 | 50.83 | 0.91 | 0.49 |
| Hex | F0 | CD | B | 0 | F | 5F | 6 | 33 | 5B | 31 |
| Octal | 360 | 315 | 13 | 0 | 17 | 137 | 6 | 63 | 133 | 61 |
| Binary | 11110000 | 11001101 | 1011 | 0 | 1111 | 1011111 | 110 | 110011 | 1011011 | 110001 |
Color Harmonies of #F0CD0B
Complementary color
Monochromatic Colors of #F0CD0B
Black with #F0CD0B
Text Example
Text Example
White with #F0CD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CD0B; }
p { color: rgb(240,205,11); }
H1.HeaderClassName
{
color: #F0CD0B;
}
.AnyTagClassName
{
color: #F0CD0B;
}
</style>
background-color css
<style>
a { background-color: #F0CD0B; }
a { background-color: rgb(240,205,11); }
div.DivClassName
{
background-color: #F0CD0B;
}
.BgClassName
{
background-color: #F0CD0B;
}
</style>
border-color css
<style>
span { border-color: #F0CD0B; }
span { border-color: rgb(240,205,11); }
td.TdClassName
{
border-color: #F0CD0B;
}
.TagClassName
{
border-color: #F0CD0B;
}
</style>