Shades of Golden Tainoi #FEC448
Tints of Golden Tainoi #FEC448
RGB
CMYK
RGB Variations
Color information
#FEC448 (or 0xFEC448) is known color: Golden Tainoi. HEX triplet: FE, C4 and 48. RGB value is (254,196,72). Sum of RGB (Red+Green+Blue) = 254+196+72=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 196 (76.95% from 255 or 37.55% from 522); Blue value is 72 (28.52% from 255 or 13.79% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC448 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC448 is #013BB7. Grayscale: #C7C7C7. Windows color (decimal): -80824 or 4769022. OLE color: 4769022.
HSL color Cylindrical-coordinate representation of color #FEC448: hue angle of 40.88º 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 #FEC448 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 72 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.00 |
| HSL | 40.88º | 0.99% | 0.64% | - |
| HSV(B) | 40.88º | 0.72% | 1% | - |
| XYZ | 61.78 | 61.02 | 14.65 | - |
| YUV | 199.21 | 56.22 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 72 | 0 | 0.23 | 0.72 | 0.00 | 40.88 | 0.99 | 0.64 |
| Hex | FE | C4 | 48 | 0 | 17 | 48 | 0 | 29 | 63 | 40 |
| Octal | 376 | 304 | 110 | 0 | 27 | 110 | 0 | 51 | 143 | 100 |
| Binary | 11111110 | 11000100 | 1001000 | 0 | 10111 | 1001000 | 0 | 101001 | 1100011 | 1000000 |
Color Harmonies of #FEC448
Complementary color
Monochromatic Colors of #FEC448
Black with #FEC448
Text Example
Text Example
White with #FEC448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC448; }
p { color: rgb(254,196,72); }
H1.HeaderClassName
{
color: #FEC448;
}
.AnyTagClassName
{
color: #FEC448;
}
</style>
background-color css
<style>
a { background-color: #FEC448; }
a { background-color: rgb(254,196,72); }
div.DivClassName
{
background-color: #FEC448;
}
.BgClassName
{
background-color: #FEC448;
}
</style>
border-color css
<style>
span { border-color: #FEC448; }
span { border-color: rgb(254,196,72); }
td.TdClassName
{
border-color: #FEC448;
}
.TagClassName
{
border-color: #FEC448;
}
</style>