Shades of Golden Tainoi #FFC453
Tints of Golden Tainoi #FFC453
RGB
CMYK
RGB Variations
Color information
#FFC453 (or 0xFFC453) is known color: Golden Tainoi. HEX triplet: FF, C4 and 53. RGB value is (255,196,83). Sum of RGB (Red+Green+Blue) = 255+196+83=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 196 (76.95% from 255 or 36.70% from 534); Blue value is 83 (32.81% from 255 or 15.54% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC453 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC453 is #003BAC. Grayscale: #C9C9C9. Windows color (decimal): -15277 or 5489919. OLE color: 5489919.
HSL color Cylindrical-coordinate representation of color #FFC453: hue angle of 39.42º 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 #FFC453 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 83 | - |
| CMYK | 0 | 0.23 | 0.67 | 0 |
| HSL | 39.42º | 1% | 0.66% | - |
| HSV(B) | 39.42º | 0.67% | 1% | - |
| XYZ | 62.54 | 61.36 | 16.73 | - |
| YUV | 200.76 | 61.55 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 83 | 0 | 0.23 | 0.67 | 0 | 39.42 | 1 | 0.66 |
| Hex | FF | C4 | 53 | 0 | 17 | 43 | 0 | 27 | 64 | 42 |
| Octal | 377 | 304 | 123 | 0 | 27 | 103 | 0 | 47 | 144 | 102 |
| Binary | 11111111 | 11000100 | 1010011 | 0 | 10111 | 1000011 | 0 | 100111 | 1100100 | 1000010 |
Color Harmonies of #FFC453
Complementary color
Monochromatic Colors of #FFC453
Black with #FFC453
Text Example
Text Example
White with #FFC453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC453; }
p { color: rgb(255,196,83); }
H1.HeaderClassName
{
color: #FFC453;
}
.AnyTagClassName
{
color: #FFC453;
}
</style>
background-color css
<style>
a { background-color: #FFC453; }
a { background-color: rgb(255,196,83); }
div.DivClassName
{
background-color: #FFC453;
}
.BgClassName
{
background-color: #FFC453;
}
</style>
border-color css
<style>
span { border-color: #FFC453; }
span { border-color: rgb(255,196,83); }
td.TdClassName
{
border-color: #FFC453;
}
.TagClassName
{
border-color: #FFC453;
}
</style>