#F5CD31

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

Shades of Golden Dream #F5CD31

Tints of Golden Dream #F5CD31

Color information

#F5CD31 (or 0xF5CD31) is unknown color: approx Golden Dream. HEX triplet: F5, CD and 31. RGB value is (245,205,49). Sum of RGB (Red+Green+Blue) = 245+205+49=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 49 (19.53% from 255 or 9.82% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CD31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CD31 is #0A32CE. Grayscale: #C7C7C7. Windows color (decimal): -668367 or 3263989. OLE color: 3263989.

HSL color Cylindrical-coordinate representation of color #F5CD31: hue angle of 47.76º 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 #F5CD31 is Cyan = 0, Magento = 0.16, Yellow = 0.8 and Black (K on CMYK) = 0.04.

Color convert

RGB24520549-
CMYK00.160.80.04
HSL47.76º90.74%57.65%-
HSV(B)47.76º80%96.08%-
XYZ60.0463.311.96-
YUV199.1843.25160.68-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.10%
GREEN value IS 205 (80.47% from 255) = 41.08%
BLUE value IS 49 (19.53% from 255) = 9.82%
R=49.10%
G=41.08%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.8
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452054900.160.80.0447.7690.7457.65
HexF5CD31010504305b3a
Octal3653156102012046013372
Binary111101011100110111000101000010100001001100001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CD31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CD31; }

 p { color: rgb(245,205,49); }

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

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

 a { background-color: rgb(245,205,49); }

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

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

 span { border-color: rgb(245,205,49); }

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