Shades of Golden Tainoi #FFC250
Tints of Golden Tainoi #FFC250
RGB
CMYK
RGB Variations
Color information
#FFC250 (or 0xFFC250) is known color: Golden Tainoi. HEX triplet: FF, C2 and 50. RGB value is (255,194,80). Sum of RGB (Red+Green+Blue) = 255+194+80=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 80 (31.64% from 255 or 15.12% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC250 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC250 is #003DAF. Grayscale: #C7C7C7. Windows color (decimal): -15792 or 5292799. OLE color: 5292799.
HSL color Cylindrical-coordinate representation of color #FFC250: hue angle of 39.09º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFC250 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 80 | - |
| CMYK | 0 | 0.24 | 0.69 | 0 |
| HSL | 39.09º | 1% | 0.66% | - |
| HSV(B) | 39.09º | 0.69% | 1% | - |
| XYZ | 61.98 | 60.42 | 15.99 | - |
| YUV | 199.24 | 60.71 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 80 | 0 | 0.24 | 0.69 | 0 | 39.09 | 1 | 0.66 |
| Hex | FF | C2 | 50 | 0 | 18 | 45 | 0 | 27 | 64 | 42 |
| Octal | 377 | 302 | 120 | 0 | 30 | 105 | 0 | 47 | 144 | 102 |
| Binary | 11111111 | 11000010 | 1010000 | 0 | 11000 | 1000101 | 0 | 100111 | 1100100 | 1000010 |
Color Harmonies of #FFC250
Complementary color
Monochromatic Colors of #FFC250
Black with #FFC250
Text Example
Text Example
White with #FFC250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC250; }
p { color: rgb(255,194,80); }
H1.HeaderClassName
{
color: #FFC250;
}
.AnyTagClassName
{
color: #FFC250;
}
</style>
background-color css
<style>
a { background-color: #FFC250; }
a { background-color: rgb(255,194,80); }
div.DivClassName
{
background-color: #FFC250;
}
.BgClassName
{
background-color: #FFC250;
}
</style>
border-color css
<style>
span { border-color: #FFC250; }
span { border-color: rgb(255,194,80); }
td.TdClassName
{
border-color: #FFC250;
}
.TagClassName
{
border-color: #FFC250;
}
</style>