Shades of Golden Tainoi #FFC347
Tints of Golden Tainoi #FFC347
RGB
CMYK
RGB Variations
Color information
#FFC347 (or 0xFFC347) is known color: Golden Tainoi. HEX triplet: FF, C3 and 47. RGB value is (255,195,71). Sum of RGB (Red+Green+Blue) = 255+195+71=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 71 (28.12% from 255 or 13.63% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC347 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC347 is #003CB8. Grayscale: #C7C7C7. Windows color (decimal): -15545 or 4703231. OLE color: 4703231.
HSL color Cylindrical-coordinate representation of color #FFC347: hue angle of 40.43º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFC347 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 71 | - |
| CMYK | 0 | 0.24 | 0.72 | 0 |
| HSL | 40.43º | 1% | 0.64% | - |
| HSV(B) | 40.43º | 0.72% | 1% | - |
| XYZ | 61.89 | 60.75 | 14.42 | - |
| YUV | 198.8 | 55.88 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 71 | 0 | 0.24 | 0.72 | 0 | 40.43 | 1 | 0.64 |
| Hex | FF | C3 | 47 | 0 | 18 | 48 | 0 | 28 | 64 | 40 |
| Octal | 377 | 303 | 107 | 0 | 30 | 110 | 0 | 50 | 144 | 100 |
| Binary | 11111111 | 11000011 | 1000111 | 0 | 11000 | 1001000 | 0 | 101000 | 1100100 | 1000000 |
Color Harmonies of #FFC347
Complementary color
Monochromatic Colors of #FFC347
Black with #FFC347
Text Example
Text Example
White with #FFC347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC347; }
p { color: rgb(255,195,71); }
H1.HeaderClassName
{
color: #FFC347;
}
.AnyTagClassName
{
color: #FFC347;
}
</style>
background-color css
<style>
a { background-color: #FFC347; }
a { background-color: rgb(255,195,71); }
div.DivClassName
{
background-color: #FFC347;
}
.BgClassName
{
background-color: #FFC347;
}
</style>
border-color css
<style>
span { border-color: #FFC347; }
span { border-color: rgb(255,195,71); }
td.TdClassName
{
border-color: #FFC347;
}
.TagClassName
{
border-color: #FFC347;
}
</style>