Shades of Tangerine Yellow #F0CB02
Tints of Tangerine Yellow #F0CB02
RGB
CMYK
RGB Variations
Color information
#F0CB02 (or 0xF0CB02) is known color: Tangerine Yellow. HEX triplet: F0, CB and 02. RGB value is (240,203,2). Sum of RGB (Red+Green+Blue) = 240+203+2=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 2 (1.17% from 255 or 0.45% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CB02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CB02 is #0F34FD. Grayscale: #BFBFBF. Windows color (decimal): -996606 or 183280. OLE color: 183280.
HSL color Cylindrical-coordinate representation of color #F0CB02: hue angle of 50.67º 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 #F0CB02 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 203 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.06 |
| HSL | 50.67º | 0.98% | 0.47% | - |
| HSV(B) | 50.67º | 0.99% | 0.94% | - |
| XYZ | 57.3 | 61.24 | 8.86 | - |
| YUV | 191.15 | 21.26 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 203 | 2 | 0 | 0.15 | 0.99 | 0.06 | 50.67 | 0.98 | 0.47 |
| Hex | F0 | CB | 2 | 0 | F | 63 | 6 | 33 | 62 | 2F |
| Octal | 360 | 313 | 2 | 0 | 17 | 143 | 6 | 63 | 142 | 57 |
| Binary | 11110000 | 11001011 | 10 | 0 | 1111 | 1100011 | 110 | 110011 | 1100010 | 101111 |
Color Harmonies of #F0CB02
Complementary color
Monochromatic Colors of #F0CB02
Black with #F0CB02
Text Example
Text Example
White with #F0CB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CB02; }
p { color: rgb(240,203,2); }
H1.HeaderClassName
{
color: #F0CB02;
}
.AnyTagClassName
{
color: #F0CB02;
}
</style>
background-color css
<style>
a { background-color: #F0CB02; }
a { background-color: rgb(240,203,2); }
div.DivClassName
{
background-color: #F0CB02;
}
.BgClassName
{
background-color: #F0CB02;
}
</style>
border-color css
<style>
span { border-color: #F0CB02; }
span { border-color: rgb(240,203,2); }
td.TdClassName
{
border-color: #F0CB02;
}
.TagClassName
{
border-color: #F0CB02;
}
</style>