Shades of Golden Tainoi #FFC348
Tints of Golden Tainoi #FFC348
RGB
CMYK
RGB Variations
Color information
#FFC348 (or 0xFFC348) is known color: Golden Tainoi. HEX triplet: FF, C3 and 48. RGB value is (255,195,72). Sum of RGB (Red+Green+Blue) = 255+195+72=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 195 (76.56% from 255 or 37.36% from 522); Blue value is 72 (28.52% from 255 or 13.79% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC348 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC348 is #003CB7. Grayscale: #C7C7C7. Windows color (decimal): -15544 or 4768767. OLE color: 4768767.
HSL color Cylindrical-coordinate representation of color #FFC348: hue angle of 40.33º 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 #FFC348 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 72 | - |
| CMYK | 0 | 0.24 | 0.72 | 0 |
| HSL | 40.33º | 1% | 0.64% | - |
| HSV(B) | 40.33º | 0.72% | 1% | - |
| XYZ | 61.92 | 60.76 | 14.59 | - |
| YUV | 198.92 | 56.38 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 72 | 0 | 0.24 | 0.72 | 0 | 40.33 | 1 | 0.64 |
| Hex | FF | C3 | 48 | 0 | 18 | 48 | 0 | 28 | 64 | 40 |
| Octal | 377 | 303 | 110 | 0 | 30 | 110 | 0 | 50 | 144 | 100 |
| Binary | 11111111 | 11000011 | 1001000 | 0 | 11000 | 1001000 | 0 | 101000 | 1100100 | 1000000 |
Color Harmonies of #FFC348
Complementary color
Monochromatic Colors of #FFC348
Black with #FFC348
Text Example
Text Example
White with #FFC348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC348; }
p { color: rgb(255,195,72); }
H1.HeaderClassName
{
color: #FFC348;
}
.AnyTagClassName
{
color: #FFC348;
}
</style>
background-color css
<style>
a { background-color: #FFC348; }
a { background-color: rgb(255,195,72); }
div.DivClassName
{
background-color: #FFC348;
}
.BgClassName
{
background-color: #FFC348;
}
</style>
border-color css
<style>
span { border-color: #FFC348; }
span { border-color: rgb(255,195,72); }
td.TdClassName
{
border-color: #FFC348;
}
.TagClassName
{
border-color: #FFC348;
}
</style>