Html Css Color HEX #F5C564 Golden Sand

📋 copy color: '#F5C564'

red 245 ◦ green 197 ◦ blue 100

#F5C564
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Sand #F5C564

Tints of Golden Sand #F5C564

RGB

 RED value IS 245 (96.09% from 255) = 45.2%

 GREEN value IS 197 (77.34% from 255) = 36.35%

 BLUE value IS 100 (39.45% from 255) = 18.45%

R = 45.2%
G = 36.35%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F5C564 (or 0xF5C564) is known color: Golden Sand. HEX triplet: F5, C5 and 64. RGB value is (245,197,100). Sum of RGB (Red+Green+Blue) = 245+197+100=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 100 (39.45% from 255 or 18.45% from 542); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C564 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C564 is #0A3A9B. Grayscale: #C8C8C8. Windows color (decimal): -670364 or 6604277. OLE color: 6604277.

HSL color Cylindrical-coordinate representation of color #F5C564: hue angle of 40.14º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F5C564 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 197 100 -
CMYK 0 0.20 0.59 0.04
HSL 40.14º 0.88% 0.68% -
HSV(B) 40.14º 0.59% 0.96% -
XYZ 59.92 60.27 20.53 -
YUV 200.29 71.4 159.89 -
System Red Green Blue C M Y K H S L
Decimal 245 197 100 0 0.20 0.59 0.04 40.14 0.88 0.68
Hex F5 C5 64 0 14 3B 4 28 58 44
Octal 365 305 144 0 24 73 4 50 130 104
Binary 11110101 11000101 1100100 0 10100 111011 100 101000 1011000 1000100

Color Harmonies of #F5C564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C564

Black with #F5C564

Text Example


Text Example

White with #F5C564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C564; }

 p { color: rgb(245,197,100); }

 H1.HeaderClassName
 {
   color: #F5C564;
 }
 .AnyTagClassName
 {
   color: #F5C564;
 }
</style>

background-color css

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

 a { background-color: rgb(245,197,100); }

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

border-color css

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

 span { border-color: rgb(245,197,100); }

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