Shades of Golden Tainoi #FFC24E
Tints of Golden Tainoi #FFC24E
RGB
CMYK
RGB Variations
Color information
#FFC24E (or 0xFFC24E) is known color: Golden Tainoi. HEX triplet: FF, C2 and 4E. RGB value is (255,194,78). Sum of RGB (Red+Green+Blue) = 255+194+78=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 78 (30.86% from 255 or 14.80% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC24E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC24E is #003DB1. Grayscale: #C7C7C7. Windows color (decimal): -15794 or 5161727. OLE color: 5161727.
HSL color Cylindrical-coordinate representation of color #FFC24E: hue angle of 39.32º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFC24E is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 78 | - |
| CMYK | 0 | 0.24 | 0.69 | 0 |
| HSL | 39.32º | 1% | 0.65% | - |
| HSV(B) | 39.32º | 0.69% | 1% | - |
| XYZ | 61.91 | 60.39 | 15.6 | - |
| YUV | 199.02 | 59.71 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 78 | 0 | 0.24 | 0.69 | 0 | 39.32 | 1 | 0.65 |
| Hex | FF | C2 | 4E | 0 | 18 | 45 | 0 | 27 | 64 | 41 |
| Octal | 377 | 302 | 116 | 0 | 30 | 105 | 0 | 47 | 144 | 101 |
| Binary | 11111111 | 11000010 | 1001110 | 0 | 11000 | 1000101 | 0 | 100111 | 1100100 | 1000001 |
Color Harmonies of #FFC24E
Complementary color
Monochromatic Colors of #FFC24E
Black with #FFC24E
Text Example
Text Example
White with #FFC24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC24E; }
p { color: rgb(255,194,78); }
H1.HeaderClassName
{
color: #FFC24E;
}
.AnyTagClassName
{
color: #FFC24E;
}
</style>
background-color css
<style>
a { background-color: #FFC24E; }
a { background-color: rgb(255,194,78); }
div.DivClassName
{
background-color: #FFC24E;
}
.BgClassName
{
background-color: #FFC24E;
}
</style>
border-color css
<style>
span { border-color: #FFC24E; }
span { border-color: rgb(255,194,78); }
td.TdClassName
{
border-color: #FFC24E;
}
.TagClassName
{
border-color: #FFC24E;
}
</style>