Shades of Tangerine Yellow #F2D00A
Tints of Tangerine Yellow #F2D00A
RGB
CMYK
RGB Variations
Color information
#F2D00A (or 0xF2D00A) is known color: Tangerine Yellow. HEX triplet: F2, D0 and 0A. RGB value is (242,208,10). Sum of RGB (Red+Green+Blue) = 242+208+10=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 10 (4.30% from 255 or 2.17% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D00A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D00A is #0D2FF5. Grayscale: #C4C4C4. Windows color (decimal): -864246 or 708850. OLE color: 708850.
HSL color Cylindrical-coordinate representation of color #F2D00A: hue angle of 51.21º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2D00A is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 208 | 10 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.05 |
| HSL | 51.21º | 0.92% | 0.49% | - |
| HSV(B) | 51.21º | 0.96% | 0.95% | - |
| XYZ | 59.23 | 64.01 | 9.52 | - |
| YUV | 195.59 | 23.26 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 208 | 10 | 0 | 0.14 | 0.96 | 0.05 | 51.21 | 0.92 | 0.49 |
| Hex | F2 | D0 | A | 0 | E | 60 | 5 | 33 | 5C | 31 |
| Octal | 362 | 320 | 12 | 0 | 16 | 140 | 5 | 63 | 134 | 61 |
| Binary | 11110010 | 11010000 | 1010 | 0 | 1110 | 1100000 | 101 | 110011 | 1011100 | 110001 |
Color Harmonies of #F2D00A
Complementary color
Monochromatic Colors of #F2D00A
Black with #F2D00A
Text Example
Text Example
White with #F2D00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D00A; }
p { color: rgb(242,208,10); }
H1.HeaderClassName
{
color: #F2D00A;
}
.AnyTagClassName
{
color: #F2D00A;
}
</style>
background-color css
<style>
a { background-color: #F2D00A; }
a { background-color: rgb(242,208,10); }
div.DivClassName
{
background-color: #F2D00A;
}
.BgClassName
{
background-color: #F2D00A;
}
</style>
border-color css
<style>
span { border-color: #F2D00A; }
span { border-color: rgb(242,208,10); }
td.TdClassName
{
border-color: #F2D00A;
}
.TagClassName
{
border-color: #F2D00A;
}
</style>