Shades of Tangerine Yellow #F8CF0C
Tints of Tangerine Yellow #F8CF0C
RGB
CMYK
RGB Variations
Color information
#F8CF0C (or 0xF8CF0C) is known color: Tangerine Yellow. HEX triplet: F8, CF and 0C. RGB value is (248,207,12). Sum of RGB (Red+Green+Blue) = 248+207+12=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 12 (5.08% from 255 or 2.57% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CF0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8CF0C is #0730F3. Grayscale: #C5C5C5. Windows color (decimal): -471284 or 839672. OLE color: 839672.
HSL color Cylindrical-coordinate representation of color #F8CF0C: hue angle of 49.58º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F8CF0C is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 207 | 12 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.03 |
| HSL | 49.58º | 0.94% | 0.51% | - |
| HSV(B) | 49.58º | 0.95% | 0.97% | - |
| XYZ | 61.09 | 64.61 | 9.6 | - |
| YUV | 197.03 | 23.58 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 207 | 12 | 0 | 0.17 | 0.95 | 0.03 | 49.58 | 0.94 | 0.51 |
| Hex | F8 | CF | C | 0 | 11 | 5F | 3 | 32 | 5E | 33 |
| Octal | 370 | 317 | 14 | 0 | 21 | 137 | 3 | 62 | 136 | 63 |
| Binary | 11111000 | 11001111 | 1100 | 0 | 10001 | 1011111 | 11 | 110010 | 1011110 | 110011 |
Color Harmonies of #F8CF0C
Complementary color
Monochromatic Colors of #F8CF0C
Black with #F8CF0C
Text Example
Text Example
White with #F8CF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CF0C; }
p { color: rgb(248,207,12); }
H1.HeaderClassName
{
color: #F8CF0C;
}
.AnyTagClassName
{
color: #F8CF0C;
}
</style>
background-color css
<style>
a { background-color: #F8CF0C; }
a { background-color: rgb(248,207,12); }
div.DivClassName
{
background-color: #F8CF0C;
}
.BgClassName
{
background-color: #F8CF0C;
}
</style>
border-color css
<style>
span { border-color: #F8CF0C; }
span { border-color: rgb(248,207,12); }
td.TdClassName
{
border-color: #F8CF0C;
}
.TagClassName
{
border-color: #F8CF0C;
}
</style>