Shades of Tangerine Yellow #F8CB03
Tints of Tangerine Yellow #F8CB03
RGB
CMYK
RGB Variations
Color information
#F8CB03 (or 0xF8CB03) is known color: Tangerine Yellow. HEX triplet: F8, CB and 03. RGB value is (248,203,3). Sum of RGB (Red+Green+Blue) = 248+203+3=454 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.63% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 3 (1.56% from 255 or 0.66% from 454); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CB03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8CB03 is #0734FC. Grayscale: #C2C2C2. Windows color (decimal): -472317 or 248824. OLE color: 248824.
HSL color Cylindrical-coordinate representation of color #F8CB03: hue angle of 48.98º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F8CB03 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 203 | 3 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.03 |
| HSL | 48.98º | 0.98% | 0.49% | - |
| HSV(B) | 48.98º | 0.99% | 0.97% | - |
| XYZ | 60.08 | 62.67 | 9.02 | - |
| YUV | 193.66 | 20.41 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 203 | 3 | 0 | 0.18 | 0.99 | 0.03 | 48.98 | 0.98 | 0.49 |
| Hex | F8 | CB | 3 | 0 | 12 | 63 | 3 | 31 | 62 | 31 |
| Octal | 370 | 313 | 3 | 0 | 22 | 143 | 3 | 61 | 142 | 61 |
| Binary | 11111000 | 11001011 | 11 | 0 | 10010 | 1100011 | 11 | 110001 | 1100010 | 110001 |
Color Harmonies of #F8CB03
Complementary color
Monochromatic Colors of #F8CB03
Black with #F8CB03
Text Example
Text Example
White with #F8CB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CB03; }
p { color: rgb(248,203,3); }
H1.HeaderClassName
{
color: #F8CB03;
}
.AnyTagClassName
{
color: #F8CB03;
}
</style>
background-color css
<style>
a { background-color: #F8CB03; }
a { background-color: rgb(248,203,3); }
div.DivClassName
{
background-color: #F8CB03;
}
.BgClassName
{
background-color: #F8CB03;
}
</style>
border-color css
<style>
span { border-color: #F8CB03; }
span { border-color: rgb(248,203,3); }
td.TdClassName
{
border-color: #F8CB03;
}
.TagClassName
{
border-color: #F8CB03;
}
</style>