Shades of Golden Tainoi #F8C05A
Tints of Golden Tainoi #F8C05A
RGB
CMYK
RGB Variations
Color information
#F8C05A (or 0xF8C05A) is known color: Golden Tainoi. HEX triplet: F8, C0 and 5A. RGB value is (248,192,90). Sum of RGB (Red+Green+Blue) = 248+192+90=530 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.79% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 90 (35.55% from 255 or 16.98% from 530); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C05A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C05A is #073FA5. Grayscale: #C5C5C5. Windows color (decimal): -475046 or 5947640. OLE color: 5947640.
HSL color Cylindrical-coordinate representation of color #F8C05A: hue angle of 38.73º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F8C05A is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 192 | 90 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.03 |
| HSL | 38.73º | 0.92% | 0.66% | - |
| HSV(B) | 38.73º | 0.64% | 0.97% | - |
| XYZ | 59.41 | 58.39 | 17.81 | - |
| YUV | 197.12 | 67.55 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 90 | 0 | 0.23 | 0.64 | 0.03 | 38.73 | 0.92 | 0.66 |
| Hex | F8 | C0 | 5A | 0 | 17 | 40 | 3 | 27 | 5C | 42 |
| Octal | 370 | 300 | 132 | 0 | 27 | 100 | 3 | 47 | 134 | 102 |
| Binary | 11111000 | 11000000 | 1011010 | 0 | 10111 | 1000000 | 11 | 100111 | 1011100 | 1000010 |
Color Harmonies of #F8C05A
Complementary color
Monochromatic Colors of #F8C05A
Black with #F8C05A
Text Example
Text Example
White with #F8C05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C05A; }
p { color: rgb(248,192,90); }
H1.HeaderClassName
{
color: #F8C05A;
}
.AnyTagClassName
{
color: #F8C05A;
}
</style>
background-color css
<style>
a { background-color: #F8C05A; }
a { background-color: rgb(248,192,90); }
div.DivClassName
{
background-color: #F8C05A;
}
.BgClassName
{
background-color: #F8C05A;
}
</style>
border-color css
<style>
span { border-color: #F8C05A; }
span { border-color: rgb(248,192,90); }
td.TdClassName
{
border-color: #F8C05A;
}
.TagClassName
{
border-color: #F8C05A;
}
</style>