Shades of Golden Tainoi #F8C05C
Tints of Golden Tainoi #F8C05C
RGB
CMYK
RGB Variations
Color information
#F8C05C (or 0xF8C05C) is known color: Golden Tainoi. HEX triplet: F8, C0 and 5C. RGB value is (248,192,92). Sum of RGB (Red+Green+Blue) = 248+192+92=532 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.62% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 92 (36.33% from 255 or 17.29% from 532); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C05C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C05C is #073FA3. Grayscale: #C5C5C5. Windows color (decimal): -475044 or 6078712. OLE color: 6078712.
HSL color Cylindrical-coordinate representation of color #F8C05C: hue angle of 38.46º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F8C05C is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 192 | 92 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.03 |
| HSL | 38.46º | 0.92% | 0.67% | - |
| HSV(B) | 38.46º | 0.63% | 0.97% | - |
| XYZ | 59.49 | 58.43 | 18.27 | - |
| YUV | 197.34 | 68.55 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 92 | 0 | 0.23 | 0.63 | 0.03 | 38.46 | 0.92 | 0.67 |
| Hex | F8 | C0 | 5C | 0 | 17 | 3F | 3 | 26 | 5C | 43 |
| Octal | 370 | 300 | 134 | 0 | 27 | 77 | 3 | 46 | 134 | 103 |
| Binary | 11111000 | 11000000 | 1011100 | 0 | 10111 | 111111 | 11 | 100110 | 1011100 | 1000011 |
Color Harmonies of #F8C05C
Complementary color
Monochromatic Colors of #F8C05C
Black with #F8C05C
Text Example
Text Example
White with #F8C05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C05C; }
p { color: rgb(248,192,92); }
H1.HeaderClassName
{
color: #F8C05C;
}
.AnyTagClassName
{
color: #F8C05C;
}
</style>
background-color css
<style>
a { background-color: #F8C05C; }
a { background-color: rgb(248,192,92); }
div.DivClassName
{
background-color: #F8C05C;
}
.BgClassName
{
background-color: #F8C05C;
}
</style>
border-color css
<style>
span { border-color: #F8C05C; }
span { border-color: rgb(248,192,92); }
td.TdClassName
{
border-color: #F8C05C;
}
.TagClassName
{
border-color: #F8C05C;
}
</style>