Shades of Tangerine Yellow #F8CC02
Tints of Tangerine Yellow #F8CC02
RGB
CMYK
RGB Variations
Color information
#F8CC02 (or 0xF8CC02) is known color: Tangerine Yellow. HEX triplet: F8, CC and 02. RGB value is (248,204,2). Sum of RGB (Red+Green+Blue) = 248+204+2=454 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.63% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 2 (1.17% from 255 or 0.44% from 454); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CC02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8CC02 is #0733FD. Grayscale: #C2C2C2. Windows color (decimal): -472062 or 183544. OLE color: 183544.
HSL color Cylindrical-coordinate representation of color #F8CC02: hue angle of 49.27º 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 #F8CC02 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 204 | 2 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.03 |
| HSL | 49.27º | 0.98% | 0.49% | - |
| HSV(B) | 49.27º | 0.99% | 0.97% | - |
| XYZ | 60.32 | 63.15 | 9.07 | - |
| YUV | 194.13 | 19.58 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 204 | 2 | 0 | 0.18 | 0.99 | 0.03 | 49.27 | 0.98 | 0.49 |
| Hex | F8 | CC | 2 | 0 | 12 | 63 | 3 | 31 | 62 | 31 |
| Octal | 370 | 314 | 2 | 0 | 22 | 143 | 3 | 61 | 142 | 61 |
| Binary | 11111000 | 11001100 | 10 | 0 | 10010 | 1100011 | 11 | 110001 | 1100010 | 110001 |
Color Harmonies of #F8CC02
Complementary color
Monochromatic Colors of #F8CC02
Black with #F8CC02
Text Example
Text Example
White with #F8CC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CC02; }
p { color: rgb(248,204,2); }
H1.HeaderClassName
{
color: #F8CC02;
}
.AnyTagClassName
{
color: #F8CC02;
}
</style>
background-color css
<style>
a { background-color: #F8CC02; }
a { background-color: rgb(248,204,2); }
div.DivClassName
{
background-color: #F8CC02;
}
.BgClassName
{
background-color: #F8CC02;
}
</style>
border-color css
<style>
span { border-color: #F8CC02; }
span { border-color: rgb(248,204,2); }
td.TdClassName
{
border-color: #F8CC02;
}
.TagClassName
{
border-color: #F8CC02;
}
</style>