Shades of Tangerine Yellow #F2CF0B
Tints of Tangerine Yellow #F2CF0B
RGB
CMYK
RGB Variations
Color information
#F2CF0B (or 0xF2CF0B) is known color: Tangerine Yellow. HEX triplet: F2, CF and 0B. RGB value is (242,207,11). Sum of RGB (Red+Green+Blue) = 242+207+11=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 11 (4.69% from 255 or 2.39% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CF0B is #0D30F4. Grayscale: #C3C3C3. Windows color (decimal): -864501 or 774130. OLE color: 774130.
HSL color Cylindrical-coordinate representation of color #F2CF0B: hue angle of 50.91º 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 #F2CF0B is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 11 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.05 |
| HSL | 50.91º | 0.91% | 0.5% | - |
| HSV(B) | 50.91º | 0.95% | 0.95% | - |
| XYZ | 58.99 | 63.53 | 9.47 | - |
| YUV | 195.12 | 24.1 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 11 | 0 | 0.14 | 0.95 | 0.05 | 50.91 | 0.91 | 0.5 |
| Hex | F2 | CF | B | 0 | E | 5F | 5 | 33 | 5B | 32 |
| Octal | 362 | 317 | 13 | 0 | 16 | 137 | 5 | 63 | 133 | 62 |
| Binary | 11110010 | 11001111 | 1011 | 0 | 1110 | 1011111 | 101 | 110011 | 1011011 | 110010 |
Color Harmonies of #F2CF0B
Complementary color
Monochromatic Colors of #F2CF0B
Black with #F2CF0B
Text Example
Text Example
White with #F2CF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CF0B; }
p { color: rgb(242,207,11); }
H1.HeaderClassName
{
color: #F2CF0B;
}
.AnyTagClassName
{
color: #F2CF0B;
}
</style>
background-color css
<style>
a { background-color: #F2CF0B; }
a { background-color: rgb(242,207,11); }
div.DivClassName
{
background-color: #F2CF0B;
}
.BgClassName
{
background-color: #F2CF0B;
}
</style>
border-color css
<style>
span { border-color: #F2CF0B; }
span { border-color: rgb(242,207,11); }
td.TdClassName
{
border-color: #F2CF0B;
}
.TagClassName
{
border-color: #F2CF0B;
}
</style>