Shades of Golden Tainoi #FFC743
Tints of Golden Tainoi #FFC743
RGB
CMYK
RGB Variations
Color information
#FFC743 (or 0xFFC743) is known color: Golden Tainoi. HEX triplet: FF, C7 and 43. RGB value is (255,199,67). Sum of RGB (Red+Green+Blue) = 255+199+67=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 199 (78.12% from 255 or 38.20% from 521); Blue value is 67 (26.56% from 255 or 12.86% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC743 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC743 is #0038BC. Grayscale: #C9C9C9. Windows color (decimal): -14525 or 4442111. OLE color: 4442111.
HSL color Cylindrical-coordinate representation of color #FFC743: hue angle of 42.13º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FFC743 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 67 | - |
| CMYK | 0 | 0.22 | 0.74 | 0 |
| HSL | 42.13º | 1% | 0.63% | - |
| HSV(B) | 42.13º | 0.74% | 1% | - |
| XYZ | 62.68 | 62.51 | 14.07 | - |
| YUV | 200.7 | 52.55 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 67 | 0 | 0.22 | 0.74 | 0 | 42.13 | 1 | 0.63 |
| Hex | FF | C7 | 43 | 0 | 16 | 4A | 0 | 2A | 64 | 3F |
| Octal | 377 | 307 | 103 | 0 | 26 | 112 | 0 | 52 | 144 | 77 |
| Binary | 11111111 | 11000111 | 1000011 | 0 | 10110 | 1001010 | 0 | 101010 | 1100100 | 111111 |
Color Harmonies of #FFC743
Complementary color
Monochromatic Colors of #FFC743
Black with #FFC743
Text Example
Text Example
White with #FFC743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC743; }
p { color: rgb(255,199,67); }
H1.HeaderClassName
{
color: #FFC743;
}
.AnyTagClassName
{
color: #FFC743;
}
</style>
background-color css
<style>
a { background-color: #FFC743; }
a { background-color: rgb(255,199,67); }
div.DivClassName
{
background-color: #FFC743;
}
.BgClassName
{
background-color: #FFC743;
}
</style>
border-color css
<style>
span { border-color: #FFC743; }
span { border-color: rgb(255,199,67); }
td.TdClassName
{
border-color: #FFC743;
}
.TagClassName
{
border-color: #FFC743;
}
</style>