Shades of Golden Tainoi #FFC153
Tints of Golden Tainoi #FFC153
RGB
CMYK
RGB Variations
Color information
#FFC153 (or 0xFFC153) is known color: Golden Tainoi. HEX triplet: FF, C1 and 53. RGB value is (255,193,83). Sum of RGB (Red+Green+Blue) = 255+193+83=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 193 (75.78% from 255 or 36.35% from 531); Blue value is 83 (32.81% from 255 or 15.63% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC153 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC153 is #003EAC. Grayscale: #C7C7C7. Windows color (decimal): -16045 or 5489151. OLE color: 5489151.
HSL color Cylindrical-coordinate representation of color #FFC153: hue angle of 38.37º 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 #FFC153 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 83 | - |
| CMYK | 0 | 0.24 | 0.67 | 0 |
| HSL | 38.37º | 1% | 0.66% | - |
| HSV(B) | 38.37º | 0.67% | 1% | - |
| XYZ | 61.87 | 60.02 | 16.51 | - |
| YUV | 199 | 62.54 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 83 | 0 | 0.24 | 0.67 | 0 | 38.37 | 1 | 0.66 |
| Hex | FF | C1 | 53 | 0 | 18 | 43 | 0 | 26 | 64 | 42 |
| Octal | 377 | 301 | 123 | 0 | 30 | 103 | 0 | 46 | 144 | 102 |
| Binary | 11111111 | 11000001 | 1010011 | 0 | 11000 | 1000011 | 0 | 100110 | 1100100 | 1000010 |
Color Harmonies of #FFC153
Complementary color
Monochromatic Colors of #FFC153
Black with #FFC153
Text Example
Text Example
White with #FFC153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC153; }
p { color: rgb(255,193,83); }
H1.HeaderClassName
{
color: #FFC153;
}
.AnyTagClassName
{
color: #FFC153;
}
</style>
background-color css
<style>
a { background-color: #FFC153; }
a { background-color: rgb(255,193,83); }
div.DivClassName
{
background-color: #FFC153;
}
.BgClassName
{
background-color: #FFC153;
}
</style>
border-color css
<style>
span { border-color: #FFC153; }
span { border-color: rgb(255,193,83); }
td.TdClassName
{
border-color: #FFC153;
}
.TagClassName
{
border-color: #FFC153;
}
</style>