Shades of Golden Tainoi #FFC248
Tints of Golden Tainoi #FFC248
RGB
CMYK
RGB Variations
Color information
#FFC248 (or 0xFFC248) is known color: Golden Tainoi. HEX triplet: FF, C2 and 48. RGB value is (255,194,72). Sum of RGB (Red+Green+Blue) = 255+194+72=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 72 (28.52% from 255 or 13.82% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC248 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC248 is #003DB7. Grayscale: #C6C6C6. Windows color (decimal): -15800 or 4768511. OLE color: 4768511.
HSL color Cylindrical-coordinate representation of color #FFC248: hue angle of 40º 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 #FFC248 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 72 | - |
| CMYK | 0 | 0.24 | 0.72 | 0 |
| HSL | 40º | 1% | 0.64% | - |
| HSV(B) | 40º | 0.72% | 1% | - |
| XYZ | 61.7 | 60.31 | 14.52 | - |
| YUV | 198.33 | 56.71 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 72 | 0 | 0.24 | 0.72 | 0 | 40 | 1 | 0.64 |
| Hex | FF | C2 | 48 | 0 | 18 | 48 | 0 | 28 | 64 | 40 |
| Octal | 377 | 302 | 110 | 0 | 30 | 110 | 0 | 50 | 144 | 100 |
| Binary | 11111111 | 11000010 | 1001000 | 0 | 11000 | 1001000 | 0 | 101000 | 1100100 | 1000000 |
Color Harmonies of #FFC248
Complementary color
Monochromatic Colors of #FFC248
Black with #FFC248
Text Example
Text Example
White with #FFC248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC248; }
p { color: rgb(255,194,72); }
H1.HeaderClassName
{
color: #FFC248;
}
.AnyTagClassName
{
color: #FFC248;
}
</style>
background-color css
<style>
a { background-color: #FFC248; }
a { background-color: rgb(255,194,72); }
div.DivClassName
{
background-color: #FFC248;
}
.BgClassName
{
background-color: #FFC248;
}
</style>
border-color css
<style>
span { border-color: #FFC248; }
span { border-color: rgb(255,194,72); }
td.TdClassName
{
border-color: #FFC248;
}
.TagClassName
{
border-color: #FFC248;
}
</style>