Shades of Tangerine Yellow #F2CB0D
Tints of Tangerine Yellow #F2CB0D
RGB
CMYK
RGB Variations
Color information
#F2CB0D (or 0xF2CB0D) is known color: Tangerine Yellow. HEX triplet: F2, CB and 0D. RGB value is (242,203,13). Sum of RGB (Red+Green+Blue) = 242+203+13=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 13 (5.47% from 255 or 2.84% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CB0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CB0D is #0D34F2. Grayscale: #C1C1C1. Windows color (decimal): -865523 or 904178. OLE color: 904178.
HSL color Cylindrical-coordinate representation of color #F2CB0D: hue angle of 49.78º degrees, saturation: 0.9, 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 #F2CB0D is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 203 | 13 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.05 |
| HSL | 49.78º | 0.9% | 0.5% | - |
| HSV(B) | 49.78º | 0.95% | 0.95% | - |
| XYZ | 58.05 | 61.62 | 9.21 | - |
| YUV | 193 | 26.42 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 203 | 13 | 0 | 0.16 | 0.95 | 0.05 | 49.78 | 0.9 | 0.5 |
| Hex | F2 | CB | D | 0 | 10 | 5F | 5 | 32 | 5A | 32 |
| Octal | 362 | 313 | 15 | 0 | 20 | 137 | 5 | 62 | 132 | 62 |
| Binary | 11110010 | 11001011 | 1101 | 0 | 10000 | 1011111 | 101 | 110010 | 1011010 | 110010 |
Color Harmonies of #F2CB0D
Complementary color
Monochromatic Colors of #F2CB0D
Black with #F2CB0D
Text Example
Text Example
White with #F2CB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CB0D; }
p { color: rgb(242,203,13); }
H1.HeaderClassName
{
color: #F2CB0D;
}
.AnyTagClassName
{
color: #F2CB0D;
}
</style>
background-color css
<style>
a { background-color: #F2CB0D; }
a { background-color: rgb(242,203,13); }
div.DivClassName
{
background-color: #F2CB0D;
}
.BgClassName
{
background-color: #F2CB0D;
}
</style>
border-color css
<style>
span { border-color: #F2CB0D; }
span { border-color: rgb(242,203,13); }
td.TdClassName
{
border-color: #F2CB0D;
}
.TagClassName
{
border-color: #F2CB0D;
}
</style>