Shades of Golden Tainoi #F7C04D
Tints of Golden Tainoi #F7C04D
RGB
CMYK
RGB Variations
Color information
#F7C04D (or 0xF7C04D) is known color: Golden Tainoi. HEX triplet: F7, C0 and 4D. RGB value is (247,192,77). Sum of RGB (Red+Green+Blue) = 247+192+77=516 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.87% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 77 (30.47% from 255 or 14.92% from 516); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C04D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C04D is #083FB2. Grayscale: #C3C3C3. Windows color (decimal): -540595 or 5095671. OLE color: 5095671.
HSL color Cylindrical-coordinate representation of color #F7C04D: hue angle of 40.59º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F7C04D is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 192 | 77 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.03 |
| HSL | 40.59º | 0.91% | 0.64% | - |
| HSV(B) | 40.59º | 0.69% | 0.97% | - |
| XYZ | 58.55 | 58.01 | 15.13 | - |
| YUV | 195.34 | 61.22 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 192 | 77 | 0 | 0.22 | 0.69 | 0.03 | 40.59 | 0.91 | 0.64 |
| Hex | F7 | C0 | 4D | 0 | 16 | 45 | 3 | 29 | 5B | 40 |
| Octal | 367 | 300 | 115 | 0 | 26 | 105 | 3 | 51 | 133 | 100 |
| Binary | 11110111 | 11000000 | 1001101 | 0 | 10110 | 1000101 | 11 | 101001 | 1011011 | 1000000 |
Color Harmonies of #F7C04D
Complementary color
Monochromatic Colors of #F7C04D
Black with #F7C04D
Text Example
Text Example
White with #F7C04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C04D; }
p { color: rgb(247,192,77); }
H1.HeaderClassName
{
color: #F7C04D;
}
.AnyTagClassName
{
color: #F7C04D;
}
</style>
background-color css
<style>
a { background-color: #F7C04D; }
a { background-color: rgb(247,192,77); }
div.DivClassName
{
background-color: #F7C04D;
}
.BgClassName
{
background-color: #F7C04D;
}
</style>
border-color css
<style>
span { border-color: #F7C04D; }
span { border-color: rgb(247,192,77); }
td.TdClassName
{
border-color: #F7C04D;
}
.TagClassName
{
border-color: #F7C04D;
}
</style>