Shades of Golden Tainoi #FFC24B
Tints of Golden Tainoi #FFC24B
RGB
CMYK
RGB Variations
Color information
#FFC24B (or 0xFFC24B) is known color: Golden Tainoi. HEX triplet: FF, C2 and 4B. RGB value is (255,194,75). Sum of RGB (Red+Green+Blue) = 255+194+75=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 75 (29.69% from 255 or 14.31% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC24B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC24B is #003DB4. Grayscale: #C7C7C7. Windows color (decimal): -15797 or 4965119. OLE color: 4965119.
HSL color Cylindrical-coordinate representation of color #FFC24B: hue angle of 39.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFC24B is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 75 | - |
| CMYK | 0 | 0.24 | 0.71 | 0 |
| HSL | 39.67º | 1% | 0.65% | - |
| HSV(B) | 39.67º | 0.71% | 1% | - |
| XYZ | 61.8 | 60.35 | 15.05 | - |
| YUV | 198.67 | 58.21 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 75 | 0 | 0.24 | 0.71 | 0 | 39.67 | 1 | 0.65 |
| Hex | FF | C2 | 4B | 0 | 18 | 47 | 0 | 28 | 64 | 41 |
| Octal | 377 | 302 | 113 | 0 | 30 | 107 | 0 | 50 | 144 | 101 |
| Binary | 11111111 | 11000010 | 1001011 | 0 | 11000 | 1000111 | 0 | 101000 | 1100100 | 1000001 |
Color Harmonies of #FFC24B
Complementary color
Monochromatic Colors of #FFC24B
Black with #FFC24B
Text Example
Text Example
White with #FFC24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC24B; }
p { color: rgb(255,194,75); }
H1.HeaderClassName
{
color: #FFC24B;
}
.AnyTagClassName
{
color: #FFC24B;
}
</style>
background-color css
<style>
a { background-color: #FFC24B; }
a { background-color: rgb(255,194,75); }
div.DivClassName
{
background-color: #FFC24B;
}
.BgClassName
{
background-color: #FFC24B;
}
</style>
border-color css
<style>
span { border-color: #FFC24B; }
span { border-color: rgb(255,194,75); }
td.TdClassName
{
border-color: #FFC24B;
}
.TagClassName
{
border-color: #FFC24B;
}
</style>