Shades of Tangerine Yellow #F8CF03
Tints of Tangerine Yellow #F8CF03
RGB
CMYK
RGB Variations
Color information
#F8CF03 (or 0xF8CF03) is known color: Tangerine Yellow. HEX triplet: F8, CF and 03. RGB value is (248,207,3). Sum of RGB (Red+Green+Blue) = 248+207+3=458 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.15% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 3 (1.56% from 255 or 0.66% from 458); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CF03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8CF03 is #0730FC. Grayscale: #C4C4C4. Windows color (decimal): -471293 or 249848. OLE color: 249848.
HSL color Cylindrical-coordinate representation of color #F8CF03: hue angle of 49.96º 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 #F8CF03 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 207 | 3 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.03 |
| HSL | 49.96º | 0.98% | 0.49% | - |
| HSV(B) | 49.96º | 0.99% | 0.97% | - |
| XYZ | 61.04 | 64.59 | 9.34 | - |
| YUV | 196 | 19.08 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 207 | 3 | 0 | 0.17 | 0.99 | 0.03 | 49.96 | 0.98 | 0.49 |
| Hex | F8 | CF | 3 | 0 | 11 | 63 | 3 | 32 | 62 | 31 |
| Octal | 370 | 317 | 3 | 0 | 21 | 143 | 3 | 62 | 142 | 61 |
| Binary | 11111000 | 11001111 | 11 | 0 | 10001 | 1100011 | 11 | 110010 | 1100010 | 110001 |
Color Harmonies of #F8CF03
Complementary color
Monochromatic Colors of #F8CF03
Black with #F8CF03
Text Example
Text Example
White with #F8CF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CF03; }
p { color: rgb(248,207,3); }
H1.HeaderClassName
{
color: #F8CF03;
}
.AnyTagClassName
{
color: #F8CF03;
}
</style>
background-color css
<style>
a { background-color: #F8CF03; }
a { background-color: rgb(248,207,3); }
div.DivClassName
{
background-color: #F8CF03;
}
.BgClassName
{
background-color: #F8CF03;
}
</style>
border-color css
<style>
span { border-color: #F8CF03; }
span { border-color: rgb(248,207,3); }
td.TdClassName
{
border-color: #F8CF03;
}
.TagClassName
{
border-color: #F8CF03;
}
</style>