Shades of Golden Tainoi #FEC948
Tints of Golden Tainoi #FEC948
RGB
CMYK
RGB Variations
Color information
#FEC948 (or 0xFEC948) is known color: Golden Tainoi. HEX triplet: FE, C9 and 48. RGB value is (254,201,72). Sum of RGB (Red+Green+Blue) = 254+201+72=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 72 (28.52% from 255 or 13.66% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC948 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC948 is #0136B7. Grayscale: #CACACA. Windows color (decimal): -79544 or 4770302. OLE color: 4770302.
HSL color Cylindrical-coordinate representation of color #FEC948: hue angle of 42.53º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FEC948 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 72 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.00 |
| HSL | 42.53º | 0.99% | 0.64% | - |
| HSV(B) | 42.53º | 0.72% | 1% | - |
| XYZ | 62.93 | 63.31 | 15.03 | - |
| YUV | 202.14 | 54.56 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 72 | 0 | 0.21 | 0.72 | 0.00 | 42.53 | 0.99 | 0.64 |
| Hex | FE | C9 | 48 | 0 | 15 | 48 | 0 | 2B | 63 | 40 |
| Octal | 376 | 311 | 110 | 0 | 25 | 110 | 0 | 53 | 143 | 100 |
| Binary | 11111110 | 11001001 | 1001000 | 0 | 10101 | 1001000 | 0 | 101011 | 1100011 | 1000000 |
Color Harmonies of #FEC948
Complementary color
Monochromatic Colors of #FEC948
Black with #FEC948
Text Example
Text Example
White with #FEC948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC948; }
p { color: rgb(254,201,72); }
H1.HeaderClassName
{
color: #FEC948;
}
.AnyTagClassName
{
color: #FEC948;
}
</style>
background-color css
<style>
a { background-color: #FEC948; }
a { background-color: rgb(254,201,72); }
div.DivClassName
{
background-color: #FEC948;
}
.BgClassName
{
background-color: #FEC948;
}
</style>
border-color css
<style>
span { border-color: #FEC948; }
span { border-color: rgb(254,201,72); }
td.TdClassName
{
border-color: #FEC948;
}
.TagClassName
{
border-color: #FEC948;
}
</style>