Html Css Color HEX #F3D669 Golden Sand

📋 copy color: '#F3D669'

red 243 ◦ green 214 ◦ blue 105

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

Shades of Golden Sand #F3D669

Tints of Golden Sand #F3D669

RGB

 RED value IS 243 (95.31% from 255) = 43.24%

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

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

R = 43.24%
G = 38.08%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F3D669 (or 0xF3D669) is known color: Golden Sand. HEX triplet: F3, D6 and 69. RGB value is (243,214,105). Sum of RGB (Red+Green+Blue) = 243+214+105=562 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.24% from 562); Green value is 214 (83.98% from 255 or 38.08% from 562); Blue value is 105 (41.41% from 255 or 18.68% from 562); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D669 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3D669 is #0C2996. Grayscale: #D2D2D2. Windows color (decimal): -797079 or 6936307. OLE color: 6936307.

HSL color Cylindrical-coordinate representation of color #F3D669: hue angle of 47.39º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F3D669 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 214 105 -
CMYK 0 0.12 0.57 0.05
HSL 47.39º 0.85% 0.68% -
HSV(B) 47.39º 0.57% 0.95% -
XYZ 63.56 68.17 23.17 -
YUV 210.25 68.61 151.36 -
System Red Green Blue C M Y K H S L
Decimal 243 214 105 0 0.12 0.57 0.05 47.39 0.85 0.68
Hex F3 D6 69 0 C 39 5 2F 55 44
Octal 363 326 151 0 14 71 5 57 125 104
Binary 11110011 11010110 1101001 0 1100 111001 101 101111 1010101 1000100

Color Harmonies of #F3D669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D669

Black with #F3D669

Text Example


Text Example

White with #F3D669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D669; }

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

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

background-color css

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

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

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

border-color css

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

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

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