Shades of Golden Tainoi #FFC948
Tints of Golden Tainoi #FFC948
RGB
CMYK
RGB Variations
Color information
#FFC948 (or 0xFFC948) is known color: Golden Tainoi. HEX triplet: FF, C9 and 48. RGB value is (255,201,72). Sum of RGB (Red+Green+Blue) = 255+201+72=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 72 (28.52% from 255 or 13.64% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC948 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC948 is #0036B7. Grayscale: #CBCBCB. Windows color (decimal): -14008 or 4770303. OLE color: 4770303.
HSL color Cylindrical-coordinate representation of color #FFC948: hue angle of 42.3º 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 #FFC948 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 72 | - |
| CMYK | 0 | 0.21 | 0.72 | 0 |
| HSL | 42.3º | 1% | 0.64% | - |
| HSV(B) | 42.3º | 0.72% | 1% | - |
| XYZ | 63.3 | 63.5 | 15.05 | - |
| YUV | 202.44 | 54.39 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 72 | 0 | 0.21 | 0.72 | 0 | 42.3 | 1 | 0.64 |
| Hex | FF | C9 | 48 | 0 | 15 | 48 | 0 | 2A | 64 | 40 |
| Octal | 377 | 311 | 110 | 0 | 25 | 110 | 0 | 52 | 144 | 100 |
| Binary | 11111111 | 11001001 | 1001000 | 0 | 10101 | 1001000 | 0 | 101010 | 1100100 | 1000000 |
Color Harmonies of #FFC948
Complementary color
Monochromatic Colors of #FFC948
Black with #FFC948
Text Example
Text Example
White with #FFC948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC948; }
p { color: rgb(255,201,72); }
H1.HeaderClassName
{
color: #FFC948;
}
.AnyTagClassName
{
color: #FFC948;
}
</style>
background-color css
<style>
a { background-color: #FFC948; }
a { background-color: rgb(255,201,72); }
div.DivClassName
{
background-color: #FFC948;
}
.BgClassName
{
background-color: #FFC948;
}
</style>
border-color css
<style>
span { border-color: #FFC948; }
span { border-color: rgb(255,201,72); }
td.TdClassName
{
border-color: #FFC948;
}
.TagClassName
{
border-color: #FFC948;
}
</style>