Html Css Color HEX #F3D96A Golden Sand

📋 copy color: '#F3D96A'

red 243 ◦ green 217 ◦ blue 106

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

Shades of Golden Sand #F3D96A

Tints of Golden Sand #F3D96A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.34%

 BLUE value IS 106 (41.8% from 255) = 18.73%

R = 42.93%
G = 38.34%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F3D96A (or 0xF3D96A) is known color: Golden Sand. HEX triplet: F3, D9 and 6A. RGB value is (243,217,106). Sum of RGB (Red+Green+Blue) = 243+217+106=566 (74% of max value = 765). Red value is 243 (95.31% from 255 or 42.93% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 106 (41.80% from 255 or 18.73% from 566); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D96A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3D96A is #0C2695. Grayscale: #D4D4D4. Windows color (decimal): -796310 or 7002611. OLE color: 7002611.

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

Color convert

RGB 243 217 106 -
CMYK 0 0.11 0.56 0.05
HSL 48.61º 0.85% 0.68% -
HSV(B) 48.61º 0.56% 0.95% -
XYZ 64.38 69.72 23.7 -
YUV 212.12 68.11 150.03 -
System Red Green Blue C M Y K H S L
Decimal 243 217 106 0 0.11 0.56 0.05 48.61 0.85 0.68
Hex F3 D9 6A 0 B 38 5 31 55 44
Octal 363 331 152 0 13 70 5 61 125 104
Binary 11110011 11011001 1101010 0 1011 111000 101 110001 1010101 1000100

Color Harmonies of #F3D96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D96A

Black with #F3D96A

Text Example


Text Example

White with #F3D96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D96A; }

 p { color: rgb(243,217,106); }

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

background-color css

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

 a { background-color: rgb(243,217,106); }

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

border-color css

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

 span { border-color: rgb(243,217,106); }

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