Shades of Tangerine Yellow #F7CB0F
Tints of Tangerine Yellow #F7CB0F
RGB
CMYK
RGB Variations
Color information
#F7CB0F (or 0xF7CB0F) is known color: Tangerine Yellow. HEX triplet: F7, CB and 0F. RGB value is (247,203,15). Sum of RGB (Red+Green+Blue) = 247+203+15=465 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.12% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 15 (6.25% from 255 or 3.23% from 465); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CB0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7CB0F is #0834F0. Grayscale: #C3C3C3. Windows color (decimal): -537841 or 1035255. OLE color: 1035255.
HSL color Cylindrical-coordinate representation of color #F7CB0F: hue angle of 48.62º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F7CB0F is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 203 | 15 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.03 |
| HSL | 48.62º | 0.94% | 0.51% | - |
| HSV(B) | 48.62º | 0.94% | 0.97% | - |
| XYZ | 59.8 | 62.52 | 9.37 | - |
| YUV | 194.72 | 26.58 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 203 | 15 | 0 | 0.18 | 0.94 | 0.03 | 48.62 | 0.94 | 0.51 |
| Hex | F7 | CB | F | 0 | 12 | 5E | 3 | 31 | 5E | 33 |
| Octal | 367 | 313 | 17 | 0 | 22 | 136 | 3 | 61 | 136 | 63 |
| Binary | 11110111 | 11001011 | 1111 | 0 | 10010 | 1011110 | 11 | 110001 | 1011110 | 110011 |
Color Harmonies of #F7CB0F
Complementary color
Monochromatic Colors of #F7CB0F
Black with #F7CB0F
Text Example
Text Example
White with #F7CB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CB0F; }
p { color: rgb(247,203,15); }
H1.HeaderClassName
{
color: #F7CB0F;
}
.AnyTagClassName
{
color: #F7CB0F;
}
</style>
background-color css
<style>
a { background-color: #F7CB0F; }
a { background-color: rgb(247,203,15); }
div.DivClassName
{
background-color: #F7CB0F;
}
.BgClassName
{
background-color: #F7CB0F;
}
</style>
border-color css
<style>
span { border-color: #F7CB0F; }
span { border-color: rgb(247,203,15); }
td.TdClassName
{
border-color: #F7CB0F;
}
.TagClassName
{
border-color: #F7CB0F;
}
</style>