Shades of Golden Tainoi #FCC25D
Tints of Golden Tainoi #FCC25D
RGB
CMYK
RGB Variations
Color information
#FCC25D (or 0xFCC25D) is known color: Golden Tainoi. HEX triplet: FC, C2 and 5D. RGB value is (252,194,93). Sum of RGB (Red+Green+Blue) = 252+194+93=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 93 (36.72% from 255 or 17.25% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC25D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC25D is #033DA2. Grayscale: #C8C8C8. Windows color (decimal): -212387 or 6144764. OLE color: 6144764.
HSL color Cylindrical-coordinate representation of color #FCC25D: hue angle of 38.11º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCC25D is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 93 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.01 |
| HSL | 38.11º | 0.96% | 0.68% | - |
| HSV(B) | 38.11º | 0.63% | 0.99% | - |
| XYZ | 61.41 | 60.07 | 18.71 | - |
| YUV | 199.83 | 67.72 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 93 | 0 | 0.23 | 0.63 | 0.01 | 38.11 | 0.96 | 0.68 |
| Hex | FC | C2 | 5D | 0 | 17 | 3F | 1 | 26 | 60 | 44 |
| Octal | 374 | 302 | 135 | 0 | 27 | 77 | 1 | 46 | 140 | 104 |
| Binary | 11111100 | 11000010 | 1011101 | 0 | 10111 | 111111 | 1 | 100110 | 1100000 | 1000100 |
Color Harmonies of #FCC25D
Complementary color
Monochromatic Colors of #FCC25D
Black with #FCC25D
Text Example
Text Example
White with #FCC25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC25D; }
p { color: rgb(252,194,93); }
H1.HeaderClassName
{
color: #FCC25D;
}
.AnyTagClassName
{
color: #FCC25D;
}
</style>
background-color css
<style>
a { background-color: #FCC25D; }
a { background-color: rgb(252,194,93); }
div.DivClassName
{
background-color: #FCC25D;
}
.BgClassName
{
background-color: #FCC25D;
}
</style>
border-color css
<style>
span { border-color: #FCC25D; }
span { border-color: rgb(252,194,93); }
td.TdClassName
{
border-color: #FCC25D;
}
.TagClassName
{
border-color: #FCC25D;
}
</style>