Shades of Tangerine Yellow #FFC904
Tints of Tangerine Yellow #FFC904
RGB
CMYK
RGB Variations
Color information
#FFC904 (or 0xFFC904) is known color: Tangerine Yellow. HEX triplet: FF, C9 and 04. RGB value is (255,201,4). Sum of RGB (Red+Green+Blue) = 255+201+4=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 201 (78.91% from 255 or 43.70% from 460); Blue value is 4 (1.95% from 255 or 0.87% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC904 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC904 is #0036FB. Grayscale: #C3C3C3. Windows color (decimal): -14076 or 313855. OLE color: 313855.
HSL color Cylindrical-coordinate representation of color #FFC904: hue angle of 47.09º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFC904 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 4 | - |
| CMYK | 0 | 0.21 | 0.98 | 0 |
| HSL | 47.09º | 1% | 0.51% | - |
| HSV(B) | 47.09º | 0.98% | 1% | - |
| XYZ | 62.15 | 63.04 | 9.01 | - |
| YUV | 194.69 | 20.39 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 4 | 0 | 0.21 | 0.98 | 0 | 47.09 | 1 | 0.51 |
| Hex | FF | C9 | 4 | 0 | 15 | 62 | 0 | 2F | 64 | 33 |
| Octal | 377 | 311 | 4 | 0 | 25 | 142 | 0 | 57 | 144 | 63 |
| Binary | 11111111 | 11001001 | 100 | 0 | 10101 | 1100010 | 0 | 101111 | 1100100 | 110011 |
Color Harmonies of #FFC904
Complementary color
Monochromatic Colors of #FFC904
Black with #FFC904
Text Example
Text Example
White with #FFC904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC904; }
p { color: rgb(255,201,4); }
H1.HeaderClassName
{
color: #FFC904;
}
.AnyTagClassName
{
color: #FFC904;
}
</style>
background-color css
<style>
a { background-color: #FFC904; }
a { background-color: rgb(255,201,4); }
div.DivClassName
{
background-color: #FFC904;
}
.BgClassName
{
background-color: #FFC904;
}
</style>
border-color css
<style>
span { border-color: #FFC904; }
span { border-color: rgb(255,201,4); }
td.TdClassName
{
border-color: #FFC904;
}
.TagClassName
{
border-color: #FFC904;
}
</style>