Shades of Golden Tainoi #FFC344
Tints of Golden Tainoi #FFC344
RGB
CMYK
RGB Variations
Color information
#FFC344 (or 0xFFC344) is known color: Golden Tainoi. HEX triplet: FF, C3 and 44. RGB value is (255,195,68). Sum of RGB (Red+Green+Blue) = 255+195+68=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 68 (26.95% from 255 or 13.13% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC344 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC344 is #003CBB. Grayscale: #C7C7C7. Windows color (decimal): -15548 or 4506623. OLE color: 4506623.
HSL color Cylindrical-coordinate representation of color #FFC344: hue angle of 40.75º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFC344 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 68 | - |
| CMYK | 0 | 0.24 | 0.73 | 0 |
| HSL | 40.75º | 1% | 0.63% | - |
| HSV(B) | 40.75º | 0.73% | 1% | - |
| XYZ | 61.8 | 60.71 | 13.93 | - |
| YUV | 198.46 | 54.38 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 68 | 0 | 0.24 | 0.73 | 0 | 40.75 | 1 | 0.63 |
| Hex | FF | C3 | 44 | 0 | 18 | 49 | 0 | 29 | 64 | 3F |
| Octal | 377 | 303 | 104 | 0 | 30 | 111 | 0 | 51 | 144 | 77 |
| Binary | 11111111 | 11000011 | 1000100 | 0 | 11000 | 1001001 | 0 | 101001 | 1100100 | 111111 |
Color Harmonies of #FFC344
Complementary color
Monochromatic Colors of #FFC344
Black with #FFC344
Text Example
Text Example
White with #FFC344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC344; }
p { color: rgb(255,195,68); }
H1.HeaderClassName
{
color: #FFC344;
}
.AnyTagClassName
{
color: #FFC344;
}
</style>
background-color css
<style>
a { background-color: #FFC344; }
a { background-color: rgb(255,195,68); }
div.DivClassName
{
background-color: #FFC344;
}
.BgClassName
{
background-color: #FFC344;
}
</style>
border-color css
<style>
span { border-color: #FFC344; }
span { border-color: rgb(255,195,68); }
td.TdClassName
{
border-color: #FFC344;
}
.TagClassName
{
border-color: #FFC344;
}
</style>