Shades of Golden Tainoi #FFC045
Tints of Golden Tainoi #FFC045
RGB
CMYK
RGB Variations
Color information
#FFC045 (or 0xFFC045) is known color: Golden Tainoi. HEX triplet: FF, C0 and 45. RGB value is (255,192,69). Sum of RGB (Red+Green+Blue) = 255+192+69=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 69 (27.34% from 255 or 13.37% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC045 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC045 is #003FBA. Grayscale: #C5C5C5. Windows color (decimal): -16315 or 4571391. OLE color: 4571391.
HSL color Cylindrical-coordinate representation of color #FFC045: hue angle of 39.68º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFC045 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 69 | - |
| CMYK | 0 | 0.25 | 0.73 | 0 |
| HSL | 39.68º | 1% | 0.64% | - |
| HSV(B) | 39.68º | 0.73% | 1% | - |
| XYZ | 61.16 | 59.39 | 13.87 | - |
| YUV | 196.82 | 55.87 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 69 | 0 | 0.25 | 0.73 | 0 | 39.68 | 1 | 0.64 |
| Hex | FF | C0 | 45 | 0 | 19 | 49 | 0 | 28 | 64 | 40 |
| Octal | 377 | 300 | 105 | 0 | 31 | 111 | 0 | 50 | 144 | 100 |
| Binary | 11111111 | 11000000 | 1000101 | 0 | 11001 | 1001001 | 0 | 101000 | 1100100 | 1000000 |
Color Harmonies of #FFC045
Complementary color
Monochromatic Colors of #FFC045
Black with #FFC045
Text Example
Text Example
White with #FFC045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC045; }
p { color: rgb(255,192,69); }
H1.HeaderClassName
{
color: #FFC045;
}
.AnyTagClassName
{
color: #FFC045;
}
</style>
background-color css
<style>
a { background-color: #FFC045; }
a { background-color: rgb(255,192,69); }
div.DivClassName
{
background-color: #FFC045;
}
.BgClassName
{
background-color: #FFC045;
}
</style>
border-color css
<style>
span { border-color: #FFC045; }
span { border-color: rgb(255,192,69); }
td.TdClassName
{
border-color: #FFC045;
}
.TagClassName
{
border-color: #FFC045;
}
</style>