Html Css Color HEX #F5D56D Golden Sand

📋 copy color: '#F5D56D'

red 245 ◦ green 213 ◦ blue 109

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

Shades of Golden Sand #F5D56D

Tints of Golden Sand #F5D56D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.57%

 BLUE value IS 109 (42.97% from 255) = 19.22%

R = 43.21%
G = 37.57%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5D56D (or 0xF5D56D) is known color: Golden Sand. HEX triplet: F5, D5 and 6D. RGB value is (245,213,109). Sum of RGB (Red+Green+Blue) = 245+213+109=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 213 (83.59% from 255 or 37.57% from 567); Blue value is 109 (42.97% from 255 or 19.22% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D56D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D56D is #0A2A92. Grayscale: #D3D3D3. Windows color (decimal): -666259 or 7198197. OLE color: 7198197.

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

Color convert

RGB 245 213 109 -
CMYK 0 0.13 0.56 0.04
HSL 45.88º 0.87% 0.69% -
HSV(B) 45.88º 0.56% 0.96% -
XYZ 64.21 68.11 24.23 -
YUV 210.71 70.6 152.46 -
System Red Green Blue C M Y K H S L
Decimal 245 213 109 0 0.13 0.56 0.04 45.88 0.87 0.69
Hex F5 D5 6D 0 D 38 4 2E 57 45
Octal 365 325 155 0 15 70 4 56 127 105
Binary 11110101 11010101 1101101 0 1101 111000 100 101110 1010111 1000101

Color Harmonies of #F5D56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D56D

Black with #F5D56D

Text Example


Text Example

White with #F5D56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D56D; }

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

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

background-color css

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

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

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

border-color css

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

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

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