Html Css Color HEX #F6D669 Golden Sand

📋 copy color: '#F6D669'

red 246 ◦ green 214 ◦ blue 105

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

Shades of Golden Sand #F6D669

Tints of Golden Sand #F6D669

RGB

 RED value IS 246 (96.48% from 255) = 43.54%

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

 BLUE value IS 105 (41.41% from 255) = 18.58%

R = 43.54%
G = 37.88%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F6D669 (or 0xF6D669) is known color: Golden Sand. HEX triplet: F6, D6 and 69. RGB value is (246,214,105). Sum of RGB (Red+Green+Blue) = 246+214+105=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 214 (83.98% from 255 or 37.88% from 565); Blue value is 105 (41.41% from 255 or 18.58% from 565); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D669 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6D669 is #092996. Grayscale: #D3D3D3. Windows color (decimal): -600471 or 6936310. OLE color: 6936310.

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

Color convert

RGB 246 214 105 -
CMYK 0 0.13 0.57 0.04
HSL 46.38º 0.89% 0.69% -
HSV(B) 46.38º 0.57% 0.96% -
XYZ 64.6 68.71 23.22 -
YUV 211.14 68.1 152.86 -
System Red Green Blue C M Y K H S L
Decimal 246 214 105 0 0.13 0.57 0.04 46.38 0.89 0.69
Hex F6 D6 69 0 D 39 4 2E 59 45
Octal 366 326 151 0 15 71 4 56 131 105
Binary 11110110 11010110 1101001 0 1101 111001 100 101110 1011001 1000101

Color Harmonies of #F6D669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D669

Black with #F6D669

Text Example


Text Example

White with #F6D669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D669; }

 p { color: rgb(246,214,105); }

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

background-color css

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

 a { background-color: rgb(246,214,105); }

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

border-color css

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

 span { border-color: rgb(246,214,105); }

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