Shades of Tangerine Yellow #F2D00B
Tints of Tangerine Yellow #F2D00B
RGB
CMYK
RGB Variations
Color information
#F2D00B (or 0xF2D00B) is known color: Tangerine Yellow. HEX triplet: F2, D0 and 0B. RGB value is (242,208,11). Sum of RGB (Red+Green+Blue) = 242+208+11=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 11 (4.69% from 255 or 2.39% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D00B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D00B is #0D2FF4. Grayscale: #C4C4C4. Windows color (decimal): -864245 or 774386. OLE color: 774386.
HSL color Cylindrical-coordinate representation of color #F2D00B: hue angle of 51.17º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2D00B is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 208 | 11 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.05 |
| HSL | 51.17º | 0.91% | 0.5% | - |
| HSV(B) | 51.17º | 0.95% | 0.95% | - |
| XYZ | 59.23 | 64.01 | 9.55 | - |
| YUV | 195.71 | 23.76 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 208 | 11 | 0 | 0.14 | 0.95 | 0.05 | 51.17 | 0.91 | 0.5 |
| Hex | F2 | D0 | B | 0 | E | 5F | 5 | 33 | 5B | 32 |
| Octal | 362 | 320 | 13 | 0 | 16 | 137 | 5 | 63 | 133 | 62 |
| Binary | 11110010 | 11010000 | 1011 | 0 | 1110 | 1011111 | 101 | 110011 | 1011011 | 110010 |
Color Harmonies of #F2D00B
Complementary color
Monochromatic Colors of #F2D00B
Black with #F2D00B
Text Example
Text Example
White with #F2D00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D00B; }
p { color: rgb(242,208,11); }
H1.HeaderClassName
{
color: #F2D00B;
}
.AnyTagClassName
{
color: #F2D00B;
}
</style>
background-color css
<style>
a { background-color: #F2D00B; }
a { background-color: rgb(242,208,11); }
div.DivClassName
{
background-color: #F2D00B;
}
.BgClassName
{
background-color: #F2D00B;
}
</style>
border-color css
<style>
span { border-color: #F2D00B; }
span { border-color: rgb(242,208,11); }
td.TdClassName
{
border-color: #F2D00B;
}
.TagClassName
{
border-color: #F2D00B;
}
</style>