Shades of Golden Dream #F3D435
Tints of Golden Dream #F3D435
RGB
CMYK
RGB Variations
Color information
#F3D435 (or 0xF3D435) is known color: Golden Dream. HEX triplet: F3, D4 and 35. RGB value is (243,212,53). Sum of RGB (Red+Green+Blue) = 243+212+53=508 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.83% from 508); Green value is 212 (83.20% from 255 or 41.73% from 508); Blue value is 53 (21.09% from 255 or 10.43% from 508); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D435 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3D435 is #0C2BCA. Grayscale: #CBCBCB. Windows color (decimal): -797643 or 3527923. OLE color: 3527923.
HSL color Cylindrical-coordinate representation of color #F3D435: hue angle of 50.21º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F3D435 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 212 | 53 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.05 |
| HSL | 50.21º | 0.89% | 0.58% | - |
| HSV(B) | 50.21º | 0.78% | 0.95% | - |
| XYZ | 61.15 | 66.4 | 12.96 | - |
| YUV | 203.14 | 43.27 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 212 | 53 | 0 | 0.13 | 0.78 | 0.05 | 50.21 | 0.89 | 0.58 |
| Hex | F3 | D4 | 35 | 0 | D | 4E | 5 | 32 | 59 | 3A |
| Octal | 363 | 324 | 65 | 0 | 15 | 116 | 5 | 62 | 131 | 72 |
| Binary | 11110011 | 11010100 | 110101 | 0 | 1101 | 1001110 | 101 | 110010 | 1011001 | 111010 |
Color Harmonies of #F3D435
Complementary color
Monochromatic Colors of #F3D435
Black with #F3D435
Text Example
Text Example
White with #F3D435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D435; }
p { color: rgb(243,212,53); }
H1.HeaderClassName
{
color: #F3D435;
}
.AnyTagClassName
{
color: #F3D435;
}
</style>
background-color css
<style>
a { background-color: #F3D435; }
a { background-color: rgb(243,212,53); }
div.DivClassName
{
background-color: #F3D435;
}
.BgClassName
{
background-color: #F3D435;
}
</style>
border-color css
<style>
span { border-color: #F3D435; }
span { border-color: rgb(243,212,53); }
td.TdClassName
{
border-color: #F3D435;
}
.TagClassName
{
border-color: #F3D435;
}
</style>