Html Css Color HEX #F6D369 Golden Sand

📋 copy color: '#F6D369'

red 246 ◦ green 211 ◦ blue 105

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

Shades of Golden Sand #F6D369

Tints of Golden Sand #F6D369

RGB

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

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

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

R = 43.77%
G = 37.54%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F6D369 (or 0xF6D369) is known color: Golden Sand. HEX triplet: F6, D3 and 69. RGB value is (246,211,105). Sum of RGB (Red+Green+Blue) = 246+211+105=562 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.77% from 562); Green value is 211 (82.81% from 255 or 37.54% from 562); Blue value is 105 (41.41% from 255 or 18.68% from 562); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6D369 is #092C96. Grayscale: #D1D1D1. Windows color (decimal): -601239 or 6935542. OLE color: 6935542.

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

Color convert

RGB 246 211 105 -
CMYK 0 0.14 0.57 0.04
HSL 45.11º 0.89% 0.69% -
HSV(B) 45.11º 0.57% 0.96% -
XYZ 63.85 67.2 22.97 -
YUV 209.38 69.1 154.12 -
System Red Green Blue C M Y K H S L
Decimal 246 211 105 0 0.14 0.57 0.04 45.11 0.89 0.69
Hex F6 D3 69 0 E 39 4 2D 59 45
Octal 366 323 151 0 16 71 4 55 131 105
Binary 11110110 11010011 1101001 0 1110 111001 100 101101 1011001 1000101

Color Harmonies of #F6D369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D369

Black with #F6D369

Text Example


Text Example

White with #F6D369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D369; }

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

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

background-color css

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

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

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

border-color css

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

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

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