Shades of Golden Tainoi #FFC353
Tints of Golden Tainoi #FFC353
RGB
CMYK
RGB Variations
Color information
#FFC353 (or 0xFFC353) is known color: Golden Tainoi. HEX triplet: FF, C3 and 53. RGB value is (255,195,83). Sum of RGB (Red+Green+Blue) = 255+195+83=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 83 (32.81% from 255 or 15.57% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC353 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC353 is #003CAC. Grayscale: #C8C8C8. Windows color (decimal): -15533 or 5489663. OLE color: 5489663.
HSL color Cylindrical-coordinate representation of color #FFC353: hue angle of 39.07º 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 #FFC353 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 83 | - |
| CMYK | 0 | 0.24 | 0.67 | 0 |
| HSL | 39.07º | 1% | 0.66% | - |
| HSV(B) | 39.07º | 0.67% | 1% | - |
| XYZ | 62.32 | 60.91 | 16.66 | - |
| YUV | 200.17 | 61.88 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 83 | 0 | 0.24 | 0.67 | 0 | 39.07 | 1 | 0.66 |
| Hex | FF | C3 | 53 | 0 | 18 | 43 | 0 | 27 | 64 | 42 |
| Octal | 377 | 303 | 123 | 0 | 30 | 103 | 0 | 47 | 144 | 102 |
| Binary | 11111111 | 11000011 | 1010011 | 0 | 11000 | 1000011 | 0 | 100111 | 1100100 | 1000010 |
Color Harmonies of #FFC353
Complementary color
Monochromatic Colors of #FFC353
Black with #FFC353
Text Example
Text Example
White with #FFC353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC353; }
p { color: rgb(255,195,83); }
H1.HeaderClassName
{
color: #FFC353;
}
.AnyTagClassName
{
color: #FFC353;
}
</style>
background-color css
<style>
a { background-color: #FFC353; }
a { background-color: rgb(255,195,83); }
div.DivClassName
{
background-color: #FFC353;
}
.BgClassName
{
background-color: #FFC353;
}
</style>
border-color css
<style>
span { border-color: #FFC353; }
span { border-color: rgb(255,195,83); }
td.TdClassName
{
border-color: #FFC353;
}
.TagClassName
{
border-color: #FFC353;
}
</style>