#F4D535

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

Shades of Golden Dream #F4D535

Tints of Golden Dream #F4D535

Color information

#F4D535 (or 0xF4D535) is unknown color: approx Golden Dream. HEX triplet: F4, D5 and 35. RGB value is (244,213,53). Sum of RGB (Red+Green+Blue) = 244+213+53=510 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.84% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 53 (21.09% from 255 or 10.39% from 510); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D535 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D535 is #0B2ACA. Grayscale: #CCCCCC. Windows color (decimal): -731851 or 3528180. OLE color: 3528180.

HSL color Cylindrical-coordinate representation of color #F4D535: hue angle of 50.26º degrees, saturation: 0.9, 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 #F4D535 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB24421353-
CMYK00.130.780.04
HSL50.26º89.67%58.24%-
HSV(B)50.26º78.28%95.69%-
XYZ61.7567.0813.06-
YUV204.0342.77156.51-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.84%
GREEN value IS 213 (83.59% from 255) = 41.76%
BLUE value IS 53 (21.09% from 255) = 10.39%
R=47.84%
G=41.76%
B=10.39%

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
Decimal2442135300.130.780.0450.2689.6758.24
HexF4D5350D4E4325a3a
Octal3643256501511646213272
Binary11110100110101011101010110110011101001100101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D535; }

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

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

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

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

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

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

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

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