Html Css Color HEX #F5D66D Golden Sand

📋 copy color: '#F5D66D'

red 245 ◦ green 214 ◦ blue 109

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

Shades of Golden Sand #F5D66D

Tints of Golden Sand #F5D66D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.68%

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

R = 43.13%
G = 37.68%
B = 19.19%

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

#F5D66D (or 0xF5D66D) is known color: Golden Sand. HEX triplet: F5, D6 and 6D. RGB value is (245,214,109). Sum of RGB (Red+Green+Blue) = 245+214+109=568 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.13% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 109 (42.97% from 255 or 19.19% from 568); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D66D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D66D is #0A2992. Grayscale: #D3D3D3. Windows color (decimal): -666003 or 7198453. OLE color: 7198453.

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

Color convert

RGB 245 214 109 -
CMYK 0 0.13 0.56 0.04
HSL 46.32º 0.87% 0.69% -
HSV(B) 46.32º 0.56% 0.96% -
XYZ 64.46 68.61 24.31 -
YUV 211.3 70.27 152.04 -
System Red Green Blue C M Y K H S L
Decimal 245 214 109 0 0.13 0.56 0.04 46.32 0.87 0.69
Hex F5 D6 6D 0 D 38 4 2E 57 45
Octal 365 326 155 0 15 70 4 56 127 105
Binary 11110101 11010110 1101101 0 1101 111000 100 101110 1010111 1000101

Color Harmonies of #F5D66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D66D

Black with #F5D66D

Text Example


Text Example

White with #F5D66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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