Shades of Golden Glow #F4D68A
Tints of Golden Glow #F4D68A
RGB
CMYK
RGB Variations
Color information
#F4D68A (or 0xF4D68A) is known color: Golden Glow. HEX triplet: F4, D6 and 8A. RGB value is (244,214,138). Sum of RGB (Red+Green+Blue) = 244+214+138=596 (78% of max value = 765). Red value is 244 (95.70% from 255 or 40.94% from 596); Green value is 214 (83.98% from 255 or 35.91% from 596); Blue value is 138 (54.30% from 255 or 23.15% from 596); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D68A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4D68A is #0B2975. Grayscale: #D6D6D6. Windows color (decimal): -731510 or 9098996. OLE color: 9098996.
HSL color Cylindrical-coordinate representation of color #F4D68A: hue angle of 43.02º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F4D68A is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 214 | 138 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.04 |
| HSL | 43.02º | 0.83% | 0.75% | - |
| HSV(B) | 43.02º | 0.43% | 0.96% | - |
| XYZ | 65.94 | 69.16 | 33.92 | - |
| YUV | 214.31 | 84.94 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 214 | 138 | 0 | 0.12 | 0.43 | 0.04 | 43.02 | 0.83 | 0.75 |
| Hex | F4 | D6 | 8A | 0 | C | 2B | 4 | 2B | 53 | 4B |
| Octal | 364 | 326 | 212 | 0 | 14 | 53 | 4 | 53 | 123 | 113 |
| Binary | 11110100 | 11010110 | 10001010 | 0 | 1100 | 101011 | 100 | 101011 | 1010011 | 1001011 |
Color Harmonies of #F4D68A
Complementary color
Monochromatic Colors of #F4D68A
Black with #F4D68A
Text Example
Text Example
White with #F4D68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D68A; }
p { color: rgb(244,214,138); }
H1.HeaderClassName
{
color: #F4D68A;
}
.AnyTagClassName
{
color: #F4D68A;
}
</style>
background-color css
<style>
a { background-color: #F4D68A; }
a { background-color: rgb(244,214,138); }
div.DivClassName
{
background-color: #F4D68A;
}
.BgClassName
{
background-color: #F4D68A;
}
</style>
border-color css
<style>
span { border-color: #F4D68A; }
span { border-color: rgb(244,214,138); }
td.TdClassName
{
border-color: #F4D68A;
}
.TagClassName
{
border-color: #F4D68A;
}
</style>