Shades of Golden Yellow #F8DF0A
Tints of Golden Yellow #F8DF0A
RGB
CMYK
RGB Variations
Color information
#F8DF0A (or 0xF8DF0A) is known color: Golden Yellow. HEX triplet: F8, DF and 0A. RGB value is (248,223,10). Sum of RGB (Red+Green+Blue) = 248+223+10=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 10 (4.30% from 255 or 2.08% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DF0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8DF0A is #0720F5. Grayscale: #CFCFCF. Windows color (decimal): -467190 or 712696. OLE color: 712696.
HSL color Cylindrical-coordinate representation of color #F8DF0A: hue angle of 53.7º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8DF0A is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 10 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.03 |
| HSL | 53.7º | 0.94% | 0.51% | - |
| HSV(B) | 53.7º | 0.96% | 0.97% | - |
| XYZ | 65.15 | 72.75 | 10.9 | - |
| YUV | 206.19 | 17.28 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 10 | 0 | 0.10 | 0.96 | 0.03 | 53.7 | 0.94 | 0.51 |
| Hex | F8 | DF | A | 0 | A | 60 | 3 | 36 | 5E | 33 |
| Octal | 370 | 337 | 12 | 0 | 12 | 140 | 3 | 66 | 136 | 63 |
| Binary | 11111000 | 11011111 | 1010 | 0 | 1010 | 1100000 | 11 | 110110 | 1011110 | 110011 |
Color Harmonies of #F8DF0A
Complementary color
Monochromatic Colors of #F8DF0A
Black with #F8DF0A
Text Example
Text Example
White with #F8DF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DF0A; }
p { color: rgb(248,223,10); }
H1.HeaderClassName
{
color: #F8DF0A;
}
.AnyTagClassName
{
color: #F8DF0A;
}
</style>
background-color css
<style>
a { background-color: #F8DF0A; }
a { background-color: rgb(248,223,10); }
div.DivClassName
{
background-color: #F8DF0A;
}
.BgClassName
{
background-color: #F8DF0A;
}
</style>
border-color css
<style>
span { border-color: #F8DF0A; }
span { border-color: rgb(248,223,10); }
td.TdClassName
{
border-color: #F8DF0A;
}
.TagClassName
{
border-color: #F8DF0A;
}
</style>