Html Css Color HEX #F6D26C Golden Sand

📋 copy color: '#F6D26C'

red 246 ◦ green 210 ◦ blue 108

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

Shades of Golden Sand #F6D26C

Tints of Golden Sand #F6D26C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.23%

 BLUE value IS 108 (42.58% from 255) = 19.15%

R = 43.62%
G = 37.23%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F6D26C (or 0xF6D26C) is known color: Golden Sand. HEX triplet: F6, D2 and 6C. RGB value is (246,210,108). Sum of RGB (Red+Green+Blue) = 246+210+108=564 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.62% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 108 (42.58% from 255 or 19.15% from 564); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D26C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6D26C is #092D93. Grayscale: #D1D1D1. Windows color (decimal): -601492 or 7131894. OLE color: 7131894.

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

Color convert

RGB 246 210 108 -
CMYK 0 0.15 0.56 0.04
HSL 44.35º 0.88% 0.69% -
HSV(B) 44.35º 0.56% 0.96% -
XYZ 63.76 66.77 23.71 -
YUV 209.14 70.93 154.29 -
System Red Green Blue C M Y K H S L
Decimal 246 210 108 0 0.15 0.56 0.04 44.35 0.88 0.69
Hex F6 D2 6C 0 F 38 4 2C 58 45
Octal 366 322 154 0 17 70 4 54 130 105
Binary 11110110 11010010 1101100 0 1111 111000 100 101100 1011000 1000101

Color Harmonies of #F6D26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D26C

Black with #F6D26C

Text Example


Text Example

White with #F6D26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D26C; }

 p { color: rgb(246,210,108); }

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

background-color css

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

 a { background-color: rgb(246,210,108); }

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

border-color css

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

 span { border-color: rgb(246,210,108); }

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