Shades of Golden Tainoi #FFC450
Tints of Golden Tainoi #FFC450
RGB
CMYK
RGB Variations
Color information
#FFC450 (or 0xFFC450) is known color: Golden Tainoi. HEX triplet: FF, C4 and 50. RGB value is (255,196,80). Sum of RGB (Red+Green+Blue) = 255+196+80=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 80 (31.64% from 255 or 15.07% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC450 is #003BAF. Grayscale: #C8C8C8. Windows color (decimal): -15280 or 5293311. OLE color: 5293311.
HSL color Cylindrical-coordinate representation of color #FFC450: hue angle of 39.77º 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 #FFC450 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 80 | - |
| CMYK | 0 | 0.23 | 0.69 | 0 |
| HSL | 39.77º | 1% | 0.66% | - |
| HSV(B) | 39.77º | 0.69% | 1% | - |
| XYZ | 62.43 | 61.32 | 16.13 | - |
| YUV | 200.42 | 60.05 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 80 | 0 | 0.23 | 0.69 | 0 | 39.77 | 1 | 0.66 |
| Hex | FF | C4 | 50 | 0 | 17 | 45 | 0 | 28 | 64 | 42 |
| Octal | 377 | 304 | 120 | 0 | 27 | 105 | 0 | 50 | 144 | 102 |
| Binary | 11111111 | 11000100 | 1010000 | 0 | 10111 | 1000101 | 0 | 101000 | 1100100 | 1000010 |
Color Harmonies of #FFC450
Complementary color
Monochromatic Colors of #FFC450
Black with #FFC450
Text Example
Text Example
White with #FFC450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC450; }
p { color: rgb(255,196,80); }
H1.HeaderClassName
{
color: #FFC450;
}
.AnyTagClassName
{
color: #FFC450;
}
</style>
background-color css
<style>
a { background-color: #FFC450; }
a { background-color: rgb(255,196,80); }
div.DivClassName
{
background-color: #FFC450;
}
.BgClassName
{
background-color: #FFC450;
}
</style>
border-color css
<style>
span { border-color: #FFC450; }
span { border-color: rgb(255,196,80); }
td.TdClassName
{
border-color: #FFC450;
}
.TagClassName
{
border-color: #FFC450;
}
</style>