Shades of Tangerine Yellow #F8CB07
Tints of Tangerine Yellow #F8CB07
RGB
CMYK
RGB Variations
Color information
#F8CB07 (or 0xF8CB07) is known color: Tangerine Yellow. HEX triplet: F8, CB and 07. RGB value is (248,203,7). Sum of RGB (Red+Green+Blue) = 248+203+7=458 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.15% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 7 (3.12% from 255 or 1.53% from 458); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CB07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8CB07 is #0734F8. Grayscale: #C2C2C2. Windows color (decimal): -472313 or 510968. OLE color: 510968.
HSL color Cylindrical-coordinate representation of color #F8CB07: hue angle of 48.8º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F8CB07 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 203 | 7 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.03 |
| HSL | 48.8º | 0.95% | 0.5% | - |
| HSV(B) | 48.8º | 0.97% | 0.97% | - |
| XYZ | 60.11 | 62.68 | 9.13 | - |
| YUV | 194.11 | 22.41 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 203 | 7 | 0 | 0.18 | 0.97 | 0.03 | 48.8 | 0.95 | 0.5 |
| Hex | F8 | CB | 7 | 0 | 12 | 61 | 3 | 31 | 5F | 32 |
| Octal | 370 | 313 | 7 | 0 | 22 | 141 | 3 | 61 | 137 | 62 |
| Binary | 11111000 | 11001011 | 111 | 0 | 10010 | 1100001 | 11 | 110001 | 1011111 | 110010 |
Color Harmonies of #F8CB07
Complementary color
Monochromatic Colors of #F8CB07
Black with #F8CB07
Text Example
Text Example
White with #F8CB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CB07; }
p { color: rgb(248,203,7); }
H1.HeaderClassName
{
color: #F8CB07;
}
.AnyTagClassName
{
color: #F8CB07;
}
</style>
background-color css
<style>
a { background-color: #F8CB07; }
a { background-color: rgb(248,203,7); }
div.DivClassName
{
background-color: #F8CB07;
}
.BgClassName
{
background-color: #F8CB07;
}
</style>
border-color css
<style>
span { border-color: #F8CB07; }
span { border-color: rgb(248,203,7); }
td.TdClassName
{
border-color: #F8CB07;
}
.TagClassName
{
border-color: #F8CB07;
}
</style>