Shades of Golden Tainoi #F8C25C
Tints of Golden Tainoi #F8C25C
RGB
CMYK
RGB Variations
Color information
#F8C25C (or 0xF8C25C) is known color: Golden Tainoi. HEX triplet: F8, C2 and 5C. RGB value is (248,194,92). Sum of RGB (Red+Green+Blue) = 248+194+92=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 92 (36.33% from 255 or 17.23% from 534); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C25C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C25C is #073DA3. Grayscale: #C6C6C6. Windows color (decimal): -474532 or 6079224. OLE color: 6079224.
HSL color Cylindrical-coordinate representation of color #F8C25C: hue angle of 39.23º 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 #F8C25C is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 194 | 92 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.03 |
| HSL | 39.23º | 0.92% | 0.67% | - |
| HSV(B) | 39.23º | 0.63% | 0.97% | - |
| XYZ | 59.93 | 59.31 | 18.41 | - |
| YUV | 198.52 | 67.89 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 194 | 92 | 0 | 0.22 | 0.63 | 0.03 | 39.23 | 0.92 | 0.67 |
| Hex | F8 | C2 | 5C | 0 | 16 | 3F | 3 | 27 | 5C | 43 |
| Octal | 370 | 302 | 134 | 0 | 26 | 77 | 3 | 47 | 134 | 103 |
| Binary | 11111000 | 11000010 | 1011100 | 0 | 10110 | 111111 | 11 | 100111 | 1011100 | 1000011 |
Color Harmonies of #F8C25C
Complementary color
Monochromatic Colors of #F8C25C
Black with #F8C25C
Text Example
Text Example
White with #F8C25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C25C; }
p { color: rgb(248,194,92); }
H1.HeaderClassName
{
color: #F8C25C;
}
.AnyTagClassName
{
color: #F8C25C;
}
</style>
background-color css
<style>
a { background-color: #F8C25C; }
a { background-color: rgb(248,194,92); }
div.DivClassName
{
background-color: #F8C25C;
}
.BgClassName
{
background-color: #F8C25C;
}
</style>
border-color css
<style>
span { border-color: #F8C25C; }
span { border-color: rgb(248,194,92); }
td.TdClassName
{
border-color: #F8C25C;
}
.TagClassName
{
border-color: #F8C25C;
}
</style>