#F5D632

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

Shades of Golden Dream #F5D632

Tints of Golden Dream #F5D632

Color information

#F5D632 (or 0xF5D632) is unknown color: approx Golden Dream. HEX triplet: F5, D6 and 32. RGB value is (245,214,50). Sum of RGB (Red+Green+Blue) = 245+214+50=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 50 (19.92% from 255 or 9.82% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D632 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D632 is #0A29CD. Grayscale: #CDCDCD. Windows color (decimal): -666062 or 3331829. OLE color: 3331829.

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

Color convert

RGB24521450-
CMYK00.130.800.04
HSL50.46º90.7%57.84%-
HSV(B)50.46º79.59%96.08%-
XYZ62.2867.7412.81-
YUV204.5740.77156.84-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.13%
GREEN value IS 214 (83.98% from 255) = 42.04%
BLUE value IS 50 (19.92% from 255) = 9.82%
R=48.13%
G=42.04%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.80
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452145000.130.800.0450.4690.757.84
HexF5D6320D504325b3a
Octal3653266201512046213372
Binary11110101110101101100100110110100001001100101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D632; }

 p { color: rgb(245,214,50); }

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

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

 a { background-color: rgb(245,214,50); }

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

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

 span { border-color: rgb(245,214,50); }

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