Shades of Golden Tainoi #FFC04F
Tints of Golden Tainoi #FFC04F
RGB
CMYK
RGB Variations
Color information
#FFC04F (or 0xFFC04F) is known color: Golden Tainoi. HEX triplet: FF, C0 and 4F. RGB value is (255,192,79). Sum of RGB (Red+Green+Blue) = 255+192+79=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 79 (31.25% from 255 or 15.02% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC04F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC04F is #003FB0. Grayscale: #C6C6C6. Windows color (decimal): -16305 or 5226751. OLE color: 5226751.
HSL color Cylindrical-coordinate representation of color #FFC04F: hue angle of 38.52º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFC04F is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 79 | - |
| CMYK | 0 | 0.25 | 0.69 | 0 |
| HSL | 38.52º | 1% | 0.65% | - |
| HSV(B) | 38.52º | 0.69% | 1% | - |
| XYZ | 61.5 | 59.52 | 15.64 | - |
| YUV | 197.96 | 60.87 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 79 | 0 | 0.25 | 0.69 | 0 | 38.52 | 1 | 0.65 |
| Hex | FF | C0 | 4F | 0 | 19 | 45 | 0 | 27 | 64 | 41 |
| Octal | 377 | 300 | 117 | 0 | 31 | 105 | 0 | 47 | 144 | 101 |
| Binary | 11111111 | 11000000 | 1001111 | 0 | 11001 | 1000101 | 0 | 100111 | 1100100 | 1000001 |
Color Harmonies of #FFC04F
Complementary color
Monochromatic Colors of #FFC04F
Black with #FFC04F
Text Example
Text Example
White with #FFC04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC04F; }
p { color: rgb(255,192,79); }
H1.HeaderClassName
{
color: #FFC04F;
}
.AnyTagClassName
{
color: #FFC04F;
}
</style>
background-color css
<style>
a { background-color: #FFC04F; }
a { background-color: rgb(255,192,79); }
div.DivClassName
{
background-color: #FFC04F;
}
.BgClassName
{
background-color: #FFC04F;
}
</style>
border-color css
<style>
span { border-color: #FFC04F; }
span { border-color: rgb(255,192,79); }
td.TdClassName
{
border-color: #FFC04F;
}
.TagClassName
{
border-color: #FFC04F;
}
</style>