Shades of Tangerine Yellow #F0CD02
Tints of Tangerine Yellow #F0CD02
RGB
CMYK
RGB Variations
Color information
#F0CD02 (or 0xF0CD02) is known color: Tangerine Yellow. HEX triplet: F0, CD and 02. RGB value is (240,205,2). Sum of RGB (Red+Green+Blue) = 240+205+2=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 205 (80.47% from 255 or 45.86% from 447); Blue value is 2 (1.17% from 255 or 0.45% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CD02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CD02 is #0F32FD. Grayscale: #C1C1C1. Windows color (decimal): -996094 or 183792. OLE color: 183792.
HSL color Cylindrical-coordinate representation of color #F0CD02: hue angle of 51.18º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0CD02 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 205 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.06 |
| HSL | 51.18º | 0.98% | 0.47% | - |
| HSV(B) | 51.18º | 0.99% | 0.94% | - |
| XYZ | 57.78 | 62.19 | 9.02 | - |
| YUV | 192.32 | 20.6 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 205 | 2 | 0 | 0.15 | 0.99 | 0.06 | 51.18 | 0.98 | 0.47 |
| Hex | F0 | CD | 2 | 0 | F | 63 | 6 | 33 | 62 | 2F |
| Octal | 360 | 315 | 2 | 0 | 17 | 143 | 6 | 63 | 142 | 57 |
| Binary | 11110000 | 11001101 | 10 | 0 | 1111 | 1100011 | 110 | 110011 | 1100010 | 101111 |
Color Harmonies of #F0CD02
Complementary color
Monochromatic Colors of #F0CD02
Black with #F0CD02
Text Example
Text Example
White with #F0CD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CD02; }
p { color: rgb(240,205,2); }
H1.HeaderClassName
{
color: #F0CD02;
}
.AnyTagClassName
{
color: #F0CD02;
}
</style>
background-color css
<style>
a { background-color: #F0CD02; }
a { background-color: rgb(240,205,2); }
div.DivClassName
{
background-color: #F0CD02;
}
.BgClassName
{
background-color: #F0CD02;
}
</style>
border-color css
<style>
span { border-color: #F0CD02; }
span { border-color: rgb(240,205,2); }
td.TdClassName
{
border-color: #F0CD02;
}
.TagClassName
{
border-color: #F0CD02;
}
</style>