Shades of Golden Tainoi #FFC053
Tints of Golden Tainoi #FFC053
RGB
CMYK
RGB Variations
Color information
#FFC053 (or 0xFFC053) is known color: Golden Tainoi. HEX triplet: FF, C0 and 53. RGB value is (255,192,83). Sum of RGB (Red+Green+Blue) = 255+192+83=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 83 (32.81% from 255 or 15.66% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC053 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC053 is #003FAC. Grayscale: #C6C6C6. Windows color (decimal): -16301 or 5488895. OLE color: 5488895.
HSL color Cylindrical-coordinate representation of color #FFC053: hue angle of 38.02º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFC053 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 83 | - |
| CMYK | 0 | 0.25 | 0.67 | 0 |
| HSL | 38.02º | 1% | 0.66% | - |
| HSV(B) | 38.02º | 0.67% | 1% | - |
| XYZ | 61.65 | 59.58 | 16.44 | - |
| YUV | 198.41 | 62.87 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 83 | 0 | 0.25 | 0.67 | 0 | 38.02 | 1 | 0.66 |
| Hex | FF | C0 | 53 | 0 | 19 | 43 | 0 | 26 | 64 | 42 |
| Octal | 377 | 300 | 123 | 0 | 31 | 103 | 0 | 46 | 144 | 102 |
| Binary | 11111111 | 11000000 | 1010011 | 0 | 11001 | 1000011 | 0 | 100110 | 1100100 | 1000010 |
Color Harmonies of #FFC053
Complementary color
Monochromatic Colors of #FFC053
Black with #FFC053
Text Example
Text Example
White with #FFC053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC053; }
p { color: rgb(255,192,83); }
H1.HeaderClassName
{
color: #FFC053;
}
.AnyTagClassName
{
color: #FFC053;
}
</style>
background-color css
<style>
a { background-color: #FFC053; }
a { background-color: rgb(255,192,83); }
div.DivClassName
{
background-color: #FFC053;
}
.BgClassName
{
background-color: #FFC053;
}
</style>
border-color css
<style>
span { border-color: #FFC053; }
span { border-color: rgb(255,192,83); }
td.TdClassName
{
border-color: #FFC053;
}
.TagClassName
{
border-color: #FFC053;
}
</style>