Shades of Golden Tainoi #FFC252
Tints of Golden Tainoi #FFC252
RGB
CMYK
RGB Variations
Color information
#FFC252 (or 0xFFC252) is known color: Golden Tainoi. HEX triplet: FF, C2 and 52. RGB value is (255,194,82). Sum of RGB (Red+Green+Blue) = 255+194+82=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 82 (32.42% from 255 or 15.44% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC252 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC252 is #003DAD. Grayscale: #C7C7C7. Windows color (decimal): -15790 or 5423871. OLE color: 5423871.
HSL color Cylindrical-coordinate representation of color #FFC252: hue angle of 38.84º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FFC252 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 82 | - |
| CMYK | 0 | 0.24 | 0.68 | 0 |
| HSL | 38.84º | 1% | 0.66% | - |
| HSV(B) | 38.84º | 0.68% | 1% | - |
| XYZ | 62.05 | 60.45 | 16.38 | - |
| YUV | 199.47 | 61.71 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 82 | 0 | 0.24 | 0.68 | 0 | 38.84 | 1 | 0.66 |
| Hex | FF | C2 | 52 | 0 | 18 | 44 | 0 | 27 | 64 | 42 |
| Octal | 377 | 302 | 122 | 0 | 30 | 104 | 0 | 47 | 144 | 102 |
| Binary | 11111111 | 11000010 | 1010010 | 0 | 11000 | 1000100 | 0 | 100111 | 1100100 | 1000010 |
Color Harmonies of #FFC252
Complementary color
Monochromatic Colors of #FFC252
Black with #FFC252
Text Example
Text Example
White with #FFC252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC252; }
p { color: rgb(255,194,82); }
H1.HeaderClassName
{
color: #FFC252;
}
.AnyTagClassName
{
color: #FFC252;
}
</style>
background-color css
<style>
a { background-color: #FFC252; }
a { background-color: rgb(255,194,82); }
div.DivClassName
{
background-color: #FFC252;
}
.BgClassName
{
background-color: #FFC252;
}
</style>
border-color css
<style>
span { border-color: #FFC252; }
span { border-color: rgb(255,194,82); }
td.TdClassName
{
border-color: #FFC252;
}
.TagClassName
{
border-color: #FFC252;
}
</style>