Html Css Color HEX #F6C966 Golden Sand

📋 copy color: '#F6C966'

red 246 ◦ green 201 ◦ blue 102

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

Shades of Golden Sand #F6C966

Tints of Golden Sand #F6C966

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.61%

 BLUE value IS 102 (40.23% from 255) = 18.58%

R = 44.81%
G = 36.61%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F6C966 (or 0xF6C966) is known color: Golden Sand. HEX triplet: F6, C9 and 66. RGB value is (246,201,102). Sum of RGB (Red+Green+Blue) = 246+201+102=549 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.81% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 102 (40.23% from 255 or 18.58% from 549); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C966 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C966 is #093699. Grayscale: #CBCBCB. Windows color (decimal): -603802 or 6736374. OLE color: 6736374.

HSL color Cylindrical-coordinate representation of color #F6C966: hue angle of 41.25º degrees, saturation: 0.89, 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 #F6C966 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 201 102 -
CMYK 0 0.18 0.59 0.04
HSL 41.25º 0.89% 0.68% -
HSV(B) 41.25º 0.59% 0.96% -
XYZ 61.29 62.33 21.37 -
YUV 203.17 70.91 158.55 -
System Red Green Blue C M Y K H S L
Decimal 246 201 102 0 0.18 0.59 0.04 41.25 0.89 0.68
Hex F6 C9 66 0 12 3B 4 29 59 44
Octal 366 311 146 0 22 73 4 51 131 104
Binary 11110110 11001001 1100110 0 10010 111011 100 101001 1011001 1000100

Color Harmonies of #F6C966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C966

Black with #F6C966

Text Example


Text Example

White with #F6C966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C966; }

 p { color: rgb(246,201,102); }

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

background-color css

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

 a { background-color: rgb(246,201,102); }

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

border-color css

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

 span { border-color: rgb(246,201,102); }

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