Html Css Color HEX #F6D368 Golden Sand

📋 copy color: '#F6D368'

red 246 ◦ green 211 ◦ blue 104

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

Shades of Golden Sand #F6D368

Tints of Golden Sand #F6D368

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.61%

 BLUE value IS 104 (41.02% from 255) = 18.54%

R = 43.85%
G = 37.61%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F6D368 (or 0xF6D368) is known color: Golden Sand. HEX triplet: F6, D3 and 68. RGB value is (246,211,104). Sum of RGB (Red+Green+Blue) = 246+211+104=561 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.85% from 561); Green value is 211 (82.81% from 255 or 37.61% from 561); Blue value is 104 (41.02% from 255 or 18.54% from 561); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D368 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6D368 is #092C97. Grayscale: #D1D1D1. Windows color (decimal): -601240 or 6870006. OLE color: 6870006.

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

Color convert

RGB 246 211 104 -
CMYK 0 0.14 0.58 0.04
HSL 45.21º 0.89% 0.69% -
HSV(B) 45.21º 0.58% 0.96% -
XYZ 63.8 67.18 22.7 -
YUV 209.27 68.6 154.2 -
System Red Green Blue C M Y K H S L
Decimal 246 211 104 0 0.14 0.58 0.04 45.21 0.89 0.69
Hex F6 D3 68 0 E 3A 4 2D 59 45
Octal 366 323 150 0 16 72 4 55 131 105
Binary 11110110 11010011 1101000 0 1110 111010 100 101101 1011001 1000101

Color Harmonies of #F6D368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D368

Black with #F6D368

Text Example


Text Example

White with #F6D368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D368; }

 p { color: rgb(246,211,104); }

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

background-color css

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

 a { background-color: rgb(246,211,104); }

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

border-color css

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

 span { border-color: rgb(246,211,104); }

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