Shades of Tangerine Yellow #F4CC00
Tints of Tangerine Yellow #F4CC00
RGB
CMYK
RGB Variations
Color information
#F4CC00 (or 0xF4CC00) is known color: Tangerine Yellow. HEX triplet: F4, CC and 00. RGB value is (244,204,0). Sum of RGB (Red+Green+Blue) = 244+204+0=448 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.46% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 0 (0.39% from 255 or 0% from 448); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4CC00 is #0B33FF. Grayscale: #C1C1C1. Windows color (decimal): -734208 or 52468. OLE color: 52468.
HSL color Cylindrical-coordinate representation of color #F4CC00: hue angle of 50.16º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F4CC00 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 204 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.04 |
| HSL | 50.16º | 1% | 0.48% | - |
| HSV(B) | 50.16º | 1% | 0.96% | - |
| XYZ | 58.9 | 62.42 | 8.94 | - |
| YUV | 192.7 | 19.25 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 204 | 0 | 0 | 0.16 | 1 | 0.04 | 50.16 | 1 | 0.48 |
| Hex | F4 | CC | 0 | 0 | 10 | 64 | 4 | 32 | 64 | 30 |
| Octal | 364 | 314 | 0 | 0 | 20 | 144 | 4 | 62 | 144 | 60 |
| Binary | 11110100 | 11001100 | 0 | 0 | 10000 | 1100100 | 100 | 110010 | 1100100 | 110000 |
Color Harmonies of #F4CC00
Complementary color
Monochromatic Colors of #F4CC00
Black with #F4CC00
Text Example
Text Example
White with #F4CC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CC00; }
p { color: rgb(244,204,0); }
H1.HeaderClassName
{
color: #F4CC00;
}
.AnyTagClassName
{
color: #F4CC00;
}
</style>
background-color css
<style>
a { background-color: #F4CC00; }
a { background-color: rgb(244,204,0); }
div.DivClassName
{
background-color: #F4CC00;
}
.BgClassName
{
background-color: #F4CC00;
}
</style>
border-color css
<style>
span { border-color: #F4CC00; }
span { border-color: rgb(244,204,0); }
td.TdClassName
{
border-color: #F4CC00;
}
.TagClassName
{
border-color: #F4CC00;
}
</style>