#F5D535

Color #F5D535 Golden Dream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Dream #F5D535

Tints of Golden Dream #F5D535

Color information

#F5D535 (or 0xF5D535) is unknown color: approx Golden Dream. HEX triplet: F5, D5 and 35. RGB value is (245,213,53). Sum of RGB (Red+Green+Blue) = 245+213+53=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 53 (21.09% from 255 or 10.37% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D535 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D535 is #0A2ACA. Grayscale: #CDCDCD. Windows color (decimal): -666315 or 3528181. OLE color: 3528181.

HSL color Cylindrical-coordinate representation of color #F5D535: hue angle of 50º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F5D535 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB24521353-
CMYK00.130.780.04
HSL50º90.57%58.43%-
HSV(B)50º78.37%96.08%-
XYZ62.0967.2613.08-
YUV204.3342.6157.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 245 (96.09% from 255) = 47.95%
GREEN value IS 213 (83.59% from 255) = 41.68%
BLUE value IS 53 (21.09% from 255) = 10.37%
R=47.95%
G=41.68%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.78
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452135300.130.780.045090.5758.43
HexF5D5350D4E4325b3a
Octal3653256501511646213372
Binary11110101110101011101010110110011101001100101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D535; }

 p { color: rgb(245,213,53); }

 H1.HeaderClassName
 {
   color: #F5D535;
 }
 .AnyTagClassName
 {
   color: #F5D535;
 }
</style>
background-color css

<style>
 a { background-color: #F5D535; }

 a { background-color: rgb(245,213,53); }

 div.DivClassName
 {
   background-color: #F5D535;
 }
 .BgClassName
 {
   background-color: #F5D535;
 }
</style>
border-color css

<style>
 span { border-color: #F5D535; }

 span { border-color: rgb(245,213,53); }

 td.TdClassName
 {
   border-color: #F5D535;
 }
 .TagClassName
 {
   border-color: #F5D535;
 }
</style>